Html Css Color HEX #BB5607 Tenne (Tawny)

📋 copy color: '#BB5607'

red 187 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #BB5607

Tints of Tenne (Tawny) #BB5607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 7 (3.13% from 255) = 2.5%

R = 66.79%
G = 30.71%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB5607 (or 0xBB5607) is known color: Tenne (Tawny). HEX triplet: BB, 56 and 07. RGB value is (187,86,7). Sum of RGB (Red+Green+Blue) = 187+86+7=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5607 is #44A9F8. Grayscale: #6B6B6B. Windows color (decimal): -4499961 or 480955. OLE color: 480955.

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

Color convert

RGB 187 86 7 -
CMYK 0 0.54 0.96 0.27
HSL 26.33º 0.93% 0.38% -
HSV(B) 26.33º 0.96% 0.73% -
XYZ 23.86 17.24 2.27 -
YUV 107.19 71.46 184.92 -
System Red Green Blue C M Y K H S L
Decimal 187 86 7 0 0.54 0.96 0.27 26.33 0.93 0.38
Hex BB 56 7 0 36 60 1B 1A 5D 26
Octal 273 126 7 0 66 140 33 32 135 46
Binary 10111011 1010110 111 0 110110 1100000 11011 11010 1011101 100110

Color Harmonies of #BB5607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5607

Black with #BB5607

Text Example


Text Example

White with #BB5607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5607; }

 p { color: rgb(187,86,7); }

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

background-color css

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

 a { background-color: rgb(187,86,7); }

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

border-color css

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

 span { border-color: rgb(187,86,7); }

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