Color Hex Logo

#bd770f Color Hex

#BD770F
(189,119,15)
0 Favorites   0 Comments

Color spaces of #bd770f

RGB 18911915
HSL0.100.850.40
HSV36°92°74°
CMYK 0.000.370.92   0.26
XYZ27.669324.04703.6351
Yxy24.04700.49990.4344
Hunter Lab49.037714.901729.9313
CIE-Lab56.134820.451759.9709

#bd770f color RGB value is (189,119,15).

#bd770f hex color red value is 189, green value is 119 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bd770f hue: 0.10 , saturation: 0.85 and the lightness value of bd770f is 0.40.

The process color (four color CMYK) of #bd770f color hex is 0.00, 0.37, 0.92, 0.26. Web safe color of #bd770f is #cc6600. Color #bd770f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 00001111
Octal 275 167 17
Decimal 189 119 15
Hex BD 77 F

RGB Percentages of Color #bd770f

%58.51
%36.84
%4.64

CMYK Percentages of Color #bd770f

%0
%37
%92
%26

Triadic Colors of #bd770f

#bd770f #0fbd77 #770fbd

Analogous Colors of #bd770f

#bd770f #acbd0f #bd200f

Monochromatic Colors of #bd770f

#bd770f

Complementary Color

#bd770f #0f55bd

#bd770f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd770f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd770f Color CSS Codes

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

#bd770f Text Font Color

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

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


#bd770f Background Color

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

This div background color is #bd770f


#bd770f Border Color

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

This div border color is #bd770f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,119,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd770f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd770f;
  -webkit-box-shadow: 1px 1px 3px 2px #bd770f;
  box-shadow:         1px 1px 3px 2px #bd770f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,119,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd770f


Comments

No comments written yet.

Please login to write comment.