Color Hex Logo

#bf9058 Color Hex

#BF9058
(191,144,88)
0 Favorites   0 Comments

Color spaces of #bf9058

RGB 19114488
HSL0.090.450.55
HSV33°54°75°
CMYK 0.000.250.54   0.25
XYZ33.220631.727513.6056
Yxy31.72750.42290.4039
Hunter Lab56.32726.703125.1078
CIE-Lab63.117011.181336.4204

#bf9058 color RGB value is (191,144,88).

#bf9058 hex color red value is 191, green value is 144 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bf9058 hue: 0.09 , saturation: 0.45 and the lightness value of bf9058 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010000 01011000
Octal 277 220 130
Decimal 191 144 88
Hex BF 90 58

RGB Percentages of Color #bf9058

%45.15
%34.04
%20.80

CMYK Percentages of Color #bf9058

%0
%25
%54
%25

Triadic Colors of #bf9058

#bf9058 #58bf90 #9058bf

Analogous Colors of #bf9058

#bf9058 #bbbf58 #bf5d58

Monochromatic Colors of #bf9058

#bf9058

Complementary Color

#bf9058 #5887bf

#bf9058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9058 Color CSS Codes

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

#bf9058 Text Font Color

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

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


#bf9058 Background Color

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

This div background color is #bf9058


#bf9058 Border Color

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

This div border color is #bf9058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9058


Comments

No comments written yet.

Please login to write comment.