#bc5b0c

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

Shades of Tenne (Tawny) #BC5B0C

Tints of Tenne (Tawny) #BC5B0C

Color information

#BC5B0C (or 0xBC5B0C) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 5B and 0C. RGB value is (188,91,12). Sum of RGB (Red+Green+Blue) = 188+91+12=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B0C is #43A4F3. Grayscale: #6F6F6F. Windows color (decimal): -4433140 or 809916. OLE color: 809916.

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

Color convert

RGB1889112-
CMYK00.520.940.26
HSL26.93º88%39.22%-
HSV(B)26.93º93.62%73.73%-
XYZ24.5518.22.57-
YUV11172.14182.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.60%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=64.60%
G=31.27%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188911200.520.940.2626.938839.22
HexBC5BC0345E1A1b5827
Octal27413314064136323313047
Binary10111100101101111000110100101111011010110111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5b0c; }

 p { color: rgb(188,91,12); }

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

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

 a { background-color: rgb(188,91,12); }

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

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

 span { border-color: rgb(188,91,12); }

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