#BD560A

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

Shades of Tenne (Tawny) #BD560A

Tints of Tenne (Tawny) #BD560A

Color information

#BD560A (or 0xBD560A) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 56 and 0A. RGB value is (189,86,10). Sum of RGB (Red+Green+Blue) = 189+86+10=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD560A is #42A9F5. Grayscale: #6C6C6C. Windows color (decimal): -4368886 or 677565. OLE color: 677565.

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

Color convert

RGB1898610-
CMYK00.540.950.26
HSL25.47º89.95%39.02%-
HSV(B)25.47º94.71%74.12%-
XYZ24.3717.52.38-
YUV108.1372.62185.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.32%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 10 (4.30% from 255) = 3.51%
R=66.32%
G=30.18%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189861000.540.950.2625.4789.9539.02
HexBD56A0365F1A195a27
Octal27512612066137323113247
Binary10111101101011010100110110101111111010110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD560A; }

 p { color: rgb(189,86,10); }

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

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

 a { background-color: rgb(189,86,10); }

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

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

 span { border-color: rgb(189,86,10); }

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