Color Hex Logo

#bfb26d Color Hex

#BFB26D
(191,178,109)
0 Favorites   0 Comments

Color spaces of #bfb26d

RGB 191178109
HSL0.140.390.59
HSV50°43°75°
CMYK 0.000.070.43   0.25
XYZ40.166644.021320.8480
Yxy44.02130.38240.4191
Hunter Lab66.3485-8.048227.8139
CIE-Lab72.2427-5.142736.8686

#bfb26d color RGB value is (191,178,109).

#bfb26d hex color red value is 191, green value is 178 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bfb26d hue: 0.14 , saturation: 0.39 and the lightness value of bfb26d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 01101101
Octal 277 262 155
Decimal 191 178 109
Hex BF B2 6D

RGB Percentages of Color #bfb26d

%39.96
%37.24
%22.80

CMYK Percentages of Color #bfb26d

%0
%7
%43
%25

Triadic Colors of #bfb26d

#bfb26d #6dbfb2 #b26dbf

Analogous Colors of #bfb26d

#bfb26d #a3bf6d #bf896d

Monochromatic Colors of #bfb26d

#bfb26d

Complementary Color

#bfb26d #6d7abf

#bfb26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb26d Color CSS Codes

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

#bfb26d Text Font Color

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

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


#bfb26d Background Color

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

This div background color is #bfb26d


#bfb26d Border Color

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

This div border color is #bfb26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb26d


Comments

No comments written yet.

Please login to write comment.