Color Hex Logo

#b7bf2a Color Hex

#B7BF2A
(183,191,42)
0 Favorites   0 Comments

Color spaces of #b7bf2a

RGB 18319142
HSL0.180.640.46
HSV63°78°75°
CMYK 0.040.000.78   0.25
XYZ38.577247.49619.3249
Yxy47.49610.40440.4979
Hunter Lab68.9174-20.688340.2199
CIE-Lab74.5060-19.914067.8876

#b7bf2a color RGB value is (183,191,42).

#b7bf2a hex color red value is 183, green value is 191 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b7bf2a hue: 0.18 , saturation: 0.64 and the lightness value of b7bf2a is 0.46.

The process color (four color CMYK) of #b7bf2a color hex is 0.04, 0.00, 0.78, 0.25. Web safe color of #b7bf2a is #cccc33. Color #b7bf2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111111 00101010
Octal 267 277 52
Decimal 183 191 42
Hex B7 BF 2A

RGB Percentages of Color #b7bf2a

%43.99
%45.91
%10.10

CMYK Percentages of Color #b7bf2a

%4
%0
%78
%25

Triadic Colors of #b7bf2a

#b7bf2a #2ab7bf #bf2ab7

Analogous Colors of #b7bf2a

#b7bf2a #6dbf2a #bf7d2a

Monochromatic Colors of #b7bf2a

#b7bf2a

Complementary Color

#b7bf2a #322abf

#b7bf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bf2a Color CSS Codes

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

#b7bf2a Text Font Color

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

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


#b7bf2a Background Color

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

This div background color is #b7bf2a


#b7bf2a Border Color

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

This div border color is #b7bf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bf2a


Comments

No comments written yet.

Please login to write comment.