Color Hex Logo

#bd760f Color Hex

#BD760F
(189,118,15)
0 Favorites   0 Comments

Color spaces of #bd760f

RGB 18911815
HSL0.100.850.40
HSV36°92°74°
CMYK 0.000.380.92   0.26
XYZ27.550923.81023.5957
Yxy23.81020.50130.4333
Hunter Lab48.795715.391729.7880
CIE-Lab55.897321.002459.7949

#bd760f color RGB value is (189,118,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 00001111
Octal 275 166 17
Decimal 189 118 15
Hex BD 76 F

RGB Percentages of Color #bd760f

%58.70
%36.65
%4.66

CMYK Percentages of Color #bd760f

%0
%38
%92
%26

Triadic Colors of #bd760f

#bd760f #0fbd76 #760fbd

Analogous Colors of #bd760f

#bd760f #adbd0f #bd1f0f

Monochromatic Colors of #bd760f

#bd760f

Complementary Color

#bd760f #0f56bd

#bd760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd760f Color CSS Codes

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

#bd760f Text Font Color

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

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


#bd760f Background Color

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

This div background color is #bd760f


#bd760f Border Color

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

This div border color is #bd760f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,118,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 #bd760f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd760f


Comments

No comments written yet.

Please login to write comment.