#BB6304

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

Shades of Tenne (Tawny) #BB6304

Tints of Tenne (Tawny) #BB6304

Color information

#BB6304 (or 0xBB6304) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 63 and 04. RGB value is (187,99,4). Sum of RGB (Red+Green+Blue) = 187+99+4=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6304 is #449CFB. Grayscale: #727272. Windows color (decimal): -4496636 or 287675. OLE color: 287675.

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

Color convert

RGB187994-
CMYK00.470.980.27
HSL31.15º95.81%37.45%-
HSV(B)31.15º97.86%73.33%-
XYZ24.9819.52.56-
YUV114.4865.65179.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.48%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=64.48%
G=34.14%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18799400.470.980.2731.1595.8137.45
HexBB63402F621B1f6025
Octal2731434057142333714045
Binary1011101111000111000101111110001011011111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6304; }

 p { color: rgb(187,99,4); }

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

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

 a { background-color: rgb(187,99,4); }

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

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

 span { border-color: rgb(187,99,4); }

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