Html Css Color HEX #BB6211 Tenne (Tawny)

📋 copy color: '#BB6211'

red 187 ◦ green 98 ◦ blue 17

#BB6211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BB6211

Tints of Tenne (Tawny) #BB6211

RGB

 RED value IS 187 (73.44% from 255) = 61.92%

 GREEN value IS 98 (38.67% from 255) = 32.45%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 61.92%
G = 32.45%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB6211 (or 0xBB6211) is known color: Tenne (Tawny). HEX triplet: BB, 62 and 11. RGB value is (187,98,17). Sum of RGB (Red+Green+Blue) = 187+98+17=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6211 is #449DEE. Grayscale: #737373. Windows color (decimal): -4496879 or 1139387. OLE color: 1139387.

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

Color convert

RGB 187 98 17 -
CMYK 0 0.48 0.91 0.27
HSL 28.59º 0.83% 0.4% -
HSV(B) 28.59º 0.91% 0.73% -
XYZ 24.96 19.34 2.95 -
YUV 115.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 187 98 17 0 0.48 0.91 0.27 28.59 0.83 0.4
Hex BB 62 11 0 30 5B 1B 1D 53 28
Octal 273 142 21 0 60 133 33 35 123 50
Binary 10111011 1100010 10001 0 110000 1011011 11011 11101 1010011 101000

Color Harmonies of #BB6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6211

Black with #BB6211

Text Example


Text Example

White with #BB6211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6211; }

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

 H1.HeaderClassName
 {
   color: #BB6211;
 }
 .AnyTagClassName
 {
   color: #BB6211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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