Color Hex Logo

#b7b42e Color Hex

#B7B42E
(183,180,46)
0 Favorites   0 Comments

Color spaces of #b7b42e

RGB 18318046
HSL0.160.600.45
HSV59°75°72°
CMYK 0.000.020.75   0.28
XYZ36.342842.90718.9512
Yxy42.90710.41200.4865
Hunter Lab65.5035-15.595437.7503
CIE-Lab71.4919-14.212063.8845

#b7b42e color RGB value is (183,180,46).

#b7b42e hex color red value is 183, green value is 180 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b7b42e hue: 0.16 , saturation: 0.60 and the lightness value of b7b42e is 0.45.

The process color (four color CMYK) of #b7b42e color hex is 0.00, 0.02, 0.75, 0.28. Web safe color of #b7b42e is #cccc33. Color #b7b42e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10110100 00101110
Octal 267 264 56
Decimal 183 180 46
Hex B7 B4 2E

RGB Percentages of Color #b7b42e

%44.74
%44.01
%11.25

CMYK Percentages of Color #b7b42e

%0
%2
%75
%28

Triadic Colors of #b7b42e

#b7b42e #2eb7b4 #b42eb7

Analogous Colors of #b7b42e

#b7b42e #76b72e #b7702e

Monochromatic Colors of #b7b42e

#b7b42e

Complementary Color

#b7b42e #2e31b7

#b7b42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7b42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7b42e Color CSS Codes

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

#b7b42e Text Font Color

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

This sample text font color is #b7b42e
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.


#b7b42e Background Color

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

This div background color is #b7b42e


#b7b42e Border Color

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

This div border color is #b7b42e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,180,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7b42e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7b42e;
  -webkit-box-shadow: 1px 1px 3px 2px #b7b42e;
  box-shadow:         1px 1px 3px 2px #b7b42e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,180,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7b42e


Comments

No comments written yet.

Please login to write comment.