Color Hex Logo

#bd760c Color Hex

#BD760C
(189,118,12)
0 Favorites   0 Comments

Color spaces of #bd760c

RGB 18911812
HSL0.100.880.39
HSV36°94°74°
CMYK 0.000.380.94   0.26
XYZ27.531123.80223.4911
Yxy23.80220.50220.4342
Hunter Lab48.787515.350629.9086
CIE-Lab55.889220.957860.4093

#bd760c color RGB value is (189,118,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 00001100
Octal 275 166 14
Decimal 189 118 12
Hex BD 76 C

RGB Percentages of Color #bd760c

%59.25
%36.99
%3.76

CMYK Percentages of Color #bd760c

%0
%38
%94
%26

Triadic Colors of #bd760c

#bd760c #0cbd76 #760cbd

Analogous Colors of #bd760c

#bd760c #acbd0c #bd1d0c

Monochromatic Colors of #bd760c

#bd760c

Complementary Color

#bd760c #0c53bd

#bd760c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd760c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd760c Color CSS Codes

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

#bd760c Text Font Color

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

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


#bd760c Background Color

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

This div background color is #bd760c


#bd760c Border Color

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

This div border color is #bd760c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd760c


Comments

No comments written yet.

Please login to write comment.