Color Hex Logo

#bfb065 Color Hex

#BFB065
(191,176,101)
0 Favorites   0 Comments

Color spaces of #bfb065

RGB 191176101
HSL0.140.410.57
HSV50°47°75°
CMYK 0.000.080.47   0.25
XYZ39.360243.066618.5501
Yxy43.06660.38980.4265
Hunter Lab65.6251-7.784529.1782
CIE-Lab71.6002-4.901040.1618

#bfb065 color RGB value is (191,176,101).

#bfb065 hex color red value is 191, green value is 176 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bfb065 hue: 0.14 , saturation: 0.41 and the lightness value of bfb065 is 0.57.

The process color (four color CMYK) of #bfb065 color hex is 0.00, 0.08, 0.47, 0.25. Web safe color of #bfb065 is #cc9966. Color #bfb065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01100101
Octal 277 260 145
Decimal 191 176 101
Hex BF B0 65

RGB Percentages of Color #bfb065

%40.81
%37.61
%21.58

CMYK Percentages of Color #bfb065

%0
%8
%47
%25

Triadic Colors of #bfb065

#bfb065 #65bfb0 #b065bf

Analogous Colors of #bfb065

#bfb065 #a1bf65 #bf8365

Monochromatic Colors of #bfb065

#bfb065

Complementary Color

#bfb065 #6574bf

#bfb065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb065 Color CSS Codes

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

#bfb065 Text Font Color

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

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


#bfb065 Background Color

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

This div background color is #bfb065


#bfb065 Border Color

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

This div border color is #bfb065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb065

#bfb065 Color Palettes


Comments

No comments written yet.

Please login to write comment.