#BB4D00

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

Shades of Tenne (Tawny) #BB4D00

Tints of Tenne (Tawny) #BB4D00

Color information

#BB4D00 (or 0xBB4D00) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 4D and 00. RGB value is (187,77,0). Sum of RGB (Red+Green+Blue) = 187+77+0=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D00 is #44B2FF. Grayscale: #656565. Windows color (decimal): -4502272 or 19899. OLE color: 19899.

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

Color convert

RGB187770-
CMYK00.5910.27
HSL24.71º100%36.67%-
HSV(B)24.71º100%73.33%-
XYZ23.1515.871.84-
YUV101.1170.94189.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.83%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.83%
G=29.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18777000.5910.2724.7110036.67
HexBB4D003B641B196425
Octal2731150073144333114445
Binary10111011100110100111011110010011011110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D00; }

 p { color: rgb(187,77,0); }

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

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

 a { background-color: rgb(187,77,0); }

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

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

 span { border-color: rgb(187,77,0); }

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