Color Hex Logo

#bfb27d Color Hex

#BFB27D
(191,178,125)
0 Favorites   0 Comments

Color spaces of #bfb27d

RGB 191178125
HSL0.130.340.62
HSV48°35°75°
CMYK 0.000.070.35   0.25
XYZ41.107944.397825.8051
Yxy44.39780.36930.3989
Hunter Lab66.6317-6.481223.6804
CIE-Lab72.4936-3.315628.8062

#bfb27d color RGB value is (191,178,125).

#bfb27d hex color red value is 191, green value is 178 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bfb27d hue: 0.13 , saturation: 0.34 and the lightness value of bfb27d is 0.62.

The process color (four color CMYK) of #bfb27d color hex is 0.00, 0.07, 0.35, 0.25. Web safe color of #bfb27d is #cc9966. Color #bfb27d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 01111101
Octal 277 262 175
Decimal 191 178 125
Hex BF B2 7D

RGB Percentages of Color #bfb27d

%38.66
%36.03
%25.30

CMYK Percentages of Color #bfb27d

%0
%7
%35
%25

Triadic Colors of #bfb27d

#bfb27d #7dbfb2 #b27dbf

Analogous Colors of #bfb27d

#bfb27d #abbf7d #bf917d

Monochromatic Colors of #bfb27d

#bfb27d

Complementary Color

#bfb27d #7d8abf

#bfb27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb27d Color CSS Codes

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

#bfb27d Text Font Color

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

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


#bfb27d Background Color

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

This div background color is #bfb27d


#bfb27d Border Color

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

This div border color is #bfb27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb27d


Comments

No comments written yet.

Please login to write comment.