#BB650A

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

Shades of Tenne (Tawny) #BB650A

Tints of Tenne (Tawny) #BB650A

Color information

#BB650A (or 0xBB650A) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 65 and 0A. RGB value is (187,101,10). Sum of RGB (Red+Green+Blue) = 187+101+10=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB650A is #449AF5. Grayscale: #747474. Windows color (decimal): -4496118 or 681403. OLE color: 681403.

HSL color Cylindrical-coordinate representation of color #BB650A: hue angle of 30.85º 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 #BB650A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB18710110-
CMYK00.460.950.27
HSL30.85º89.85%38.63%-
HSV(B)30.85º94.65%73.33%-
XYZ25.219.892.8-
YUV116.3467.99178.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 10 (4.30% from 255) = 3.36%
R=62.75%
G=33.89%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871011000.460.950.2730.8589.8538.63
HexBB65A02E5F1B1f5a27
Octal27314512056137333713247
Binary10111011110010110100101110101111111011111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB650A; }

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

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

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

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

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

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

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

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