Html Css Color HEX #BB5205 Tenne (Tawny)

📋 copy color: '#BB5205'

red 187 ◦ green 82 ◦ blue 5

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

Shades of Tenne (Tawny) #BB5205

Tints of Tenne (Tawny) #BB5205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 68.25%
G = 29.93%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB5205 (or 0xBB5205) is known color: Tenne (Tawny). HEX triplet: BB, 52 and 05. RGB value is (187,82,5). Sum of RGB (Red+Green+Blue) = 187+82+5=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5205 is #44ADFA. Grayscale: #696969. Windows color (decimal): -4500987 or 348859. OLE color: 348859.

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

Color convert

RGB 187 82 5 -
CMYK 0 0.56 0.97 0.27
HSL 25.38º 0.95% 0.38% -
HSV(B) 25.38º 0.97% 0.73% -
XYZ 23.54 16.61 2.11 -
YUV 104.62 71.79 186.76 -
System Red Green Blue C M Y K H S L
Decimal 187 82 5 0 0.56 0.97 0.27 25.38 0.95 0.38
Hex BB 52 5 0 38 61 1B 19 5F 26
Octal 273 122 5 0 70 141 33 31 137 46
Binary 10111011 1010010 101 0 111000 1100001 11011 11001 1011111 100110

Color Harmonies of #BB5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5205

Black with #BB5205

Text Example


Text Example

White with #BB5205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5205; }

 p { color: rgb(187,82,5); }

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

background-color css

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

 a { background-color: rgb(187,82,5); }

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

border-color css

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

 span { border-color: rgb(187,82,5); }

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