#BB6009

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

Shades of Tenne (Tawny) #BB6009

Tints of Tenne (Tawny) #BB6009

Color information

#BB6009 (or 0xBB6009) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 60 and 09. RGB value is (187,96,9). Sum of RGB (Red+Green+Blue) = 187+96+9=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6009 is #449FF6. Grayscale: #717171. Windows color (decimal): -4497399 or 614587. OLE color: 614587.

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

Color convert

RGB187969-
CMYK00.490.950.27
HSL29.33º90.82%38.43%-
HSV(B)29.33º95.19%73.33%-
XYZ24.7318.952.61-
YUV113.2969.15180.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.04%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 9 (3.91% from 255) = 3.08%
R=64.04%
G=32.88%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18796900.490.950.2729.3390.8238.43
HexBB6090315F1B1d5b26
Octal27314011061137333513346
Binary10111011110000010010110001101111111011111011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6009; }

 p { color: rgb(187,96,9); }

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

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

 a { background-color: rgb(187,96,9); }

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

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

 span { border-color: rgb(187,96,9); }

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