#BB640A

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

Shades of Tenne (Tawny) #BB640A

Tints of Tenne (Tawny) #BB640A

Color information

#BB640A (or 0xBB640A) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 64 and 0A. RGB value is (187,100,10). Sum of RGB (Red+Green+Blue) = 187+100+10=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB640A is #449BF5. Grayscale: #747474. Windows color (decimal): -4496374 or 681147. OLE color: 681147.

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

Color convert

RGB18710010-
CMYK00.470.950.27
HSL30.51º89.85%38.63%-
HSV(B)30.51º94.65%73.33%-
XYZ25.1119.72.77-
YUV115.7568.32178.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.96%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=62.96%
G=33.67%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871001000.470.950.2730.5189.8538.63
HexBB64A02F5F1B1f5a27
Octal27314412057137333713247
Binary10111011110010010100101111101111111011111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB640A; }

 p { color: rgb(187,100,10); }

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

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

 a { background-color: rgb(187,100,10); }

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

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

 span { border-color: rgb(187,100,10); }

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