Color Hex Logo

#bfb273 Color Hex

#BFB273
(191,178,115)
0 Favorites   0 Comments

Color spaces of #bfb273

RGB 191178115
HSL0.140.370.60
HSV50°40°75°
CMYK 0.000.070.40   0.25
XYZ40.500844.155022.6078
Yxy44.15500.37760.4116
Hunter Lab66.4492-7.490426.3424
CIE-Lab72.3320-4.489633.8662

#bfb273 color RGB value is (191,178,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 01110011
Octal 277 262 163
Decimal 191 178 115
Hex BF B2 73

RGB Percentages of Color #bfb273

%39.46
%36.78
%23.76

CMYK Percentages of Color #bfb273

%0
%7
%40
%25

Triadic Colors of #bfb273

#bfb273 #73bfb2 #b273bf

Analogous Colors of #bfb273

#bfb273 #a6bf73 #bf8c73

Monochromatic Colors of #bfb273

#bfb273

Complementary Color

#bfb273 #7380bf

#bfb273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb273 Color CSS Codes

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

#bfb273 Text Font Color

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

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


#bfb273 Background Color

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

This div background color is #bfb273


#bfb273 Border Color

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

This div border color is #bfb273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb273


Comments

No comments written yet.

Please login to write comment.