Color Hex Logo

#bfab4b Color Hex

#BFAB4B
(191,171,75)
0 Favorites   0 Comments

Color spaces of #bfab4b

RGB 19117175
HSL0.140.480.52
HSV50°61°75°
CMYK 0.000.100.61   0.25
XYZ37.318840.710212.5476
Yxy40.71020.41200.4495
Hunter Lab63.8045-7.254633.0034
CIE-Lab69.9724-4.442650.9020

#bfab4b color RGB value is (191,171,75).

#bfab4b hex color red value is 191, green value is 171 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bfab4b hue: 0.14 , saturation: 0.48 and the lightness value of bfab4b is 0.52.

The process color (four color CMYK) of #bfab4b color hex is 0.00, 0.10, 0.61, 0.25. Web safe color of #bfab4b is #cc9933. Color #bfab4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 01001011
Octal 277 253 113
Decimal 191 171 75
Hex BF AB 4B

RGB Percentages of Color #bfab4b

%43.71
%39.13
%17.16

CMYK Percentages of Color #bfab4b

%0
%10
%61
%25

Triadic Colors of #bfab4b

#bfab4b #4bbfab #ab4bbf

Analogous Colors of #bfab4b

#bfab4b #99bf4b #bf714b

Monochromatic Colors of #bfab4b

#bfab4b

Complementary Color

#bfab4b #4b5fbf

#bfab4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab4b Color CSS Codes

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

#bfab4b Text Font Color

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

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


#bfab4b Background Color

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

This div background color is #bfab4b


#bfab4b Border Color

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

This div border color is #bfab4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab4b


Comments

No comments written yet.

Please login to write comment.