Html Css Color HEX #BB6409 Tenne (Tawny)

📋 copy color: '#BB6409'

red 187 ◦ green 100 ◦ blue 9

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

Shades of Tenne (Tawny) #BB6409

Tints of Tenne (Tawny) #BB6409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

 BLUE value IS 9 (3.91% from 255) = 3.04%

R = 63.18%
G = 33.78%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB6409 (or 0xBB6409) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 09. RGB value is (187,100,9). Sum of RGB (Red+Green+Blue) = 187+100+9=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6409 is #449BF6. Grayscale: #747474. Windows color (decimal): -4496375 or 615611. OLE color: 615611.

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

Color convert

RGB 187 100 9 -
CMYK 0 0.47 0.95 0.27
HSL 30.67º 0.91% 0.38% -
HSV(B) 30.67º 0.95% 0.73% -
XYZ 25.1 19.7 2.74 -
YUV 115.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 187 100 9 0 0.47 0.95 0.27 30.67 0.91 0.38
Hex BB 64 9 0 2F 5F 1B 1F 5B 26
Octal 273 144 11 0 57 137 33 37 133 46
Binary 10111011 1100100 1001 0 101111 1011111 11011 11111 1011011 100110

Color Harmonies of #BB6409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6409

Black with #BB6409

Text Example


Text Example

White with #BB6409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6409; }

 p { color: rgb(187,100,9); }

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

background-color css

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

 a { background-color: rgb(187,100,9); }

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

border-color css

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

 span { border-color: rgb(187,100,9); }

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