#BB660E

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

Shades of Tenne (Tawny) #BB660E

Tints of Tenne (Tawny) #BB660E

Color information

#BB660E (or 0xBB660E) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 66 and 0E. RGB value is (187,102,14). Sum of RGB (Red+Green+Blue) = 187+102+14=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB660E is #4499F1. Grayscale: #757575. Windows color (decimal): -4495858 or 943803. OLE color: 943803.

HSL color Cylindrical-coordinate representation of color #BB660E: hue angle of 30.52º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB660E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB18710214-
CMYK00.450.930.27
HSL30.52º86.07%39.41%-
HSV(B)30.52º92.51%73.33%-
XYZ25.3220.12.96-
YUV117.3869.66177.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=61.72%
G=33.66%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871021400.450.930.2730.5286.0739.41
HexBB66E02D5D1B1f5627
Octal27314616055135333712647
Binary10111011110011011100101101101110111011111111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB660E; }

 p { color: rgb(187,102,14); }

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

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

 a { background-color: rgb(187,102,14); }

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

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

 span { border-color: rgb(187,102,14); }

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