#BC5D0A

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

Shades of Tenne (Tawny) #BC5D0A

Tints of Tenne (Tawny) #BC5D0A

Color information

#BC5D0A (or 0xBC5D0A) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 5D and 0A. RGB value is (188,93,10). Sum of RGB (Red+Green+Blue) = 188+93+10=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D0A is #43A2F5. Grayscale: #707070. Windows color (decimal): -4432630 or 679356. OLE color: 679356.

HSL color Cylindrical-coordinate representation of color #BC5D0A: hue angle of 27.98º 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 #BC5D0A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1889310-
CMYK00.510.950.26
HSL27.98º89.9%38.82%-
HSV(B)27.98º94.68%73.73%-
XYZ24.7118.542.56-
YUV111.9470.47182.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.60%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 10 (4.30% from 255) = 3.44%
R=64.60%
G=31.96%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188931000.510.950.2627.9889.938.82
HexBC5DA0335F1A1c5a27
Octal27413512063137323413247
Binary10111100101110110100110011101111111010111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D0A; }

 p { color: rgb(188,93,10); }

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

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

 a { background-color: rgb(188,93,10); }

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

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

 span { border-color: rgb(188,93,10); }

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