Color Hex Logo

#bfb449 Color Hex

#BFB449
(191,180,73)
0 Favorites   0 Comments

Color spaces of #bfb449

RGB 19118073
HSL0.150.480.52
HSV54°62°75°
CMYK 0.000.060.62   0.25
XYZ39.009744.199912.7787
Yxy44.19990.40640.4605
Hunter Lab66.4830-11.608235.1420
CIE-Lab72.3619-9.293954.4279

#bfb449 color RGB value is (191,180,73).

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

The process color (four color CMYK) of #bfb449 color hex is 0.00, 0.06, 0.62, 0.25. Web safe color of #bfb449 is #cccc33. Color #bfb449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 01001001
Octal 277 264 111
Decimal 191 180 73
Hex BF B4 49

RGB Percentages of Color #bfb449

%43.02
%40.54
%16.44

CMYK Percentages of Color #bfb449

%0
%6
%62
%25

Triadic Colors of #bfb449

#bfb449 #49bfb4 #b449bf

Analogous Colors of #bfb449

#bfb449 #8fbf49 #bf7949

Monochromatic Colors of #bfb449

#bfb449

Complementary Color

#bfb449 #4954bf

#bfb449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb449 Color CSS Codes

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

#bfb449 Text Font Color

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

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


#bfb449 Background Color

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

This div background color is #bfb449


#bfb449 Border Color

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

This div border color is #bfb449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb449


Comments

No comments written yet.

Please login to write comment.