#BD5E0C

Color #BD5E0C Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BD5E0C

Tints of Tenne (Tawny) #BD5E0C

Color information

#BD5E0C (or 0xBD5E0C) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 5E and 0C. RGB value is (189,94,12). Sum of RGB (Red+Green+Blue) = 189+94+12=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E0C is #42A1F3. Grayscale: #717171. Windows color (decimal): -4366836 or 810685. OLE color: 810685.

HSL color Cylindrical-coordinate representation of color #BD5E0C: hue angle of 27.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD5E0C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB1899412-
CMYK00.500.940.26
HSL27.8º88.06%39.41%-
HSV(B)27.8º93.65%74.12%-
XYZ25.0618.852.67-
YUV113.0670.97182.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 12 (5.08% from 255) = 4.07%
R=64.07%
G=31.86%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189941200.500.940.2627.888.0639.41
HexBD5EC0325E1A1c5827
Octal27513614062136323413047
Binary10111101101111011000110010101111011010111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E0C; }

 p { color: rgb(189,94,12); }

 H1.HeaderClassName
 {
   color: #BD5E0C;
 }
 .AnyTagClassName
 {
   color: #BD5E0C;
 }
</style>
background-color css

<style>
 a { background-color: #BD5E0C; }

 a { background-color: rgb(189,94,12); }

 div.DivClassName
 {
   background-color: #BD5E0C;
 }
 .BgClassName
 {
   background-color: #BD5E0C;
 }
</style>
border-color css

<style>
 span { border-color: #BD5E0C; }

 span { border-color: rgb(189,94,12); }

 td.TdClassName
 {
   border-color: #BD5E0C;
 }
 .TagClassName
 {
   border-color: #BD5E0C;
 }
</style>