#BC5B00

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

Shades of Tenne (Tawny) #BC5B00

Tints of Tenne (Tawny) #BC5B00

Color information

#BC5B00 (or 0xBC5B00) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 5B and 00. RGB value is (188,91,0). Sum of RGB (Red+Green+Blue) = 188+91+0=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B00 is #43A4FF. Grayscale: #6E6E6E. Windows color (decimal): -4433152 or 23484. OLE color: 23484.

HSL color Cylindrical-coordinate representation of color #BC5B00: hue angle of 29.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC5B00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB188910-
CMYK00.5210.26
HSL29.04º100%36.86%-
HSV(B)29.04º100%73.73%-
XYZ24.4818.172.22-
YUV109.6366.14183.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.38%
G=32.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18891000.5210.2629.0410036.86
HexBC5B0034641A1d6425
Octal2741330064144323514445
Binary10111100101101100110100110010011010111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B00; }

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

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

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

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

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

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

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

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