Html Css Color HEX #B85306 Tenne (Tawny)

📋 copy color: '#B85306'

red 184 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #B85306

Tints of Tenne (Tawny) #B85306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 67.4%
G = 30.4%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85306 (or 0xB85306) is known color: Tenne (Tawny). HEX triplet: B8, 53 and 06. RGB value is (184,83,6). Sum of RGB (Red+Green+Blue) = 184+83+6=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B85306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85306 is #47ACF9. Grayscale: #686868. Windows color (decimal): -4697338 or 414648. OLE color: 414648.

HSL color Cylindrical-coordinate representation of color #B85306: hue angle of 25.96º 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 #B85306 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 83 6 -
CMYK 0 0.55 0.97 0.28
HSL 25.96º 0.94% 0.37% -
HSV(B) 25.96º 0.97% 0.72% -
XYZ 22.89 16.39 2.13 -
YUV 104.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 184 83 6 0 0.55 0.97 0.28 25.96 0.94 0.37
Hex B8 53 6 0 37 61 1C 1A 5E 25
Octal 270 123 6 0 67 141 34 32 136 45
Binary 10111000 1010011 110 0 110111 1100001 11100 11010 1011110 100101

Color Harmonies of #B85306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85306

Black with #B85306

Text Example


Text Example

White with #B85306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85306; }

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

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

background-color css

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

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

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

border-color css

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

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

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