#BB6908

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

Shades of Tenne (Tawny) #BB6908

Tints of Tenne (Tawny) #BB6908

Color information

#BB6908 (or 0xBB6908) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 69 and 08. RGB value is (187,105,8). Sum of RGB (Red+Green+Blue) = 187+105+8=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6908 is #4496F7. Grayscale: #767676. Windows color (decimal): -4495096 or 551355. OLE color: 551355.

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

Color convert

RGB1871058-
CMYK00.440.960.27
HSL32.51º91.79%38.24%-
HSV(B)32.51º95.72%73.33%-
XYZ25.5920.692.87-
YUV118.4665.67176.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.33%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 8 (3.52% from 255) = 2.67%
R=62.33%
G=35%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187105800.440.960.2732.5191.7938.24
HexBB69802C601B215c26
Octal27315110054140334113446
Binary101110111101001100001011001100000110111000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6908; }

 p { color: rgb(187,105,8); }

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

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

 a { background-color: rgb(187,105,8); }

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

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

 span { border-color: rgb(187,105,8); }

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