Color Hex Logo

#b2925e Color Hex

#B2925E
(178,146,94)
0 Favorites   0 Comments

Color spaces of #b2925e

RGB 17814694
HSL0.100.350.53
HSV37°47°70°
CMYK 0.000.180.47   0.30
XYZ30.659430.830914.9247
Yxy30.83090.40120.4035
Hunter Lab55.52561.392122.9314
CIE-Lab62.36465.130131.9909

#b2925e color RGB value is (178,146,94).

#b2925e hex color red value is 178, green value is 146 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b2925e hue: 0.10 , saturation: 0.35 and the lightness value of b2925e is 0.53.

The process color (four color CMYK) of #b2925e color hex is 0.00, 0.18, 0.47, 0.30. Web safe color of #b2925e is #999966. Color #b2925e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010010 01011110
Octal 262 222 136
Decimal 178 146 94
Hex B2 92 5E

RGB Percentages of Color #b2925e

%42.58
%34.93
%22.49

CMYK Percentages of Color #b2925e

%0
%18
%47
%30

Triadic Colors of #b2925e

#b2925e #5eb292 #925eb2

Analogous Colors of #b2925e

#b2925e #a8b25e #b2685e

Monochromatic Colors of #b2925e

#b2925e

Complementary Color

#b2925e #5e7eb2

#b2925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2925e Color CSS Codes

.mybgcolor {background-color:#b2925e; } 
.myforecolor {color:#b2925e; }
.mybordercolor {border:3px solid #b2925e; }

#b2925e Text Font Color

<p style="color:#b2925e">Text here</p>

This sample text font color is #b2925e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2925e Background Color

<div style="background-color:#b2925e">
Div content here</div>

This div background color is #b2925e


#b2925e Border Color

<div style="border:3px solid #b2925e">
Div here</div>

This div border color is #b2925e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,146,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2925e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2925e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2925e;
  box-shadow:         1px 1px 3px 2px #b2925e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,146,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2925e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2925e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2925e;
  box-shadow:         1px 1px 3px 2px #b2925e;">
Div content here</div>

This div box has shadow with color #b2925e


Comments

No comments written yet.

Please login to write comment.