Html Css Color HEX #B85506 Tenne (Tawny)

📋 copy color: '#B85506'

red 184 ◦ green 85 ◦ blue 6

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

Shades of Tenne (Tawny) #B85506

Tints of Tenne (Tawny) #B85506

RGB

 RED value IS 184 (72.27% from 255) = 66.91%

 GREEN value IS 85 (33.59% from 255) = 30.91%

 BLUE value IS 6 (2.73% from 255) = 2.18%

R = 66.91%
G = 30.91%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85506 (or 0xB85506) is known color: Tenne (Tawny). HEX triplet: B8, 55 and 06. RGB value is (184,85,6). Sum of RGB (Red+Green+Blue) = 184+85+6=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B85506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85506 is #47AAF9. Grayscale: #6A6A6A. Windows color (decimal): -4696826 or 415160. OLE color: 415160.

HSL color Cylindrical-coordinate representation of color #B85506: hue angle of 26.63º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B85506 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 6 -
CMYK 0 0.54 0.97 0.28
HSL 26.63º 0.94% 0.37% -
HSV(B) 26.63º 0.97% 0.72% -
XYZ 23.05 16.7 2.18 -
YUV 105.6 71.8 183.92 -
System Red Green Blue C M Y K H S L
Decimal 184 85 6 0 0.54 0.97 0.28 26.63 0.94 0.37
Hex B8 55 6 0 36 61 1C 1B 5E 25
Octal 270 125 6 0 66 141 34 33 136 45
Binary 10111000 1010101 110 0 110110 1100001 11100 11011 1011110 100101

Color Harmonies of #B85506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85506

Black with #B85506

Text Example


Text Example

White with #B85506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85506; }

 p { color: rgb(184,85,6); }

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

background-color css

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

 a { background-color: rgb(184,85,6); }

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

border-color css

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

 span { border-color: rgb(184,85,6); }

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