#BB620F

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

Shades of Tenne (Tawny) #BB620F

Tints of Tenne (Tawny) #BB620F

Color information

#BB620F (or 0xBB620F) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 62 and 0F. RGB value is (187,98,15). Sum of RGB (Red+Green+Blue) = 187+98+15=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB620F is #449DF0. Grayscale: #737373. Windows color (decimal): -4496881 or 1008315. OLE color: 1008315.

HSL color Cylindrical-coordinate representation of color #BB620F: hue angle of 28.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB620F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1879815-
CMYK00.480.920.27
HSL28.95º85.15%39.61%-
HSV(B)28.95º91.98%73.33%-
XYZ24.9519.332.87-
YUV115.1571.49179.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.33%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 15 (6.25% from 255) = 5%
R=62.33%
G=32.67%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187981500.480.920.2728.9585.1539.61
HexBB62F0305C1B1d5528
Octal27314217060134333512550
Binary10111011110001011110110000101110011011111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB620F; }

 p { color: rgb(187,98,15); }

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

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

 a { background-color: rgb(187,98,15); }

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

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

 span { border-color: rgb(187,98,15); }

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