#BC6B08

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

Shades of Tenne (Tawny) #BC6B08

Tints of Tenne (Tawny) #BC6B08

Color information

#BC6B08 (or 0xBC6B08) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 6B and 08. RGB value is (188,107,8). Sum of RGB (Red+Green+Blue) = 188+107+8=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B08 is #4394F7. Grayscale: #787878. Windows color (decimal): -4429048 or 551868. OLE color: 551868.

HSL color Cylindrical-coordinate representation of color #BC6B08: hue angle of 33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC6B08 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1881078-
CMYK00.430.960.26
HSL33º91.84%38.43%-
HSV(B)33º95.74%73.73%-
XYZ26.0421.222.95-
YUV119.9364.84176.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.05%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 8 (3.52% from 255) = 2.64%
R=62.05%
G=35.31%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188107800.430.960.263391.8438.43
HexBC6B802B601A215c26
Octal27415310053140324113446
Binary101111001101011100001010111100000110101000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B08; }

 p { color: rgb(188,107,8); }

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

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

 a { background-color: rgb(188,107,8); }

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

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

 span { border-color: rgb(188,107,8); }

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