Html Css Color HEX #B85706 Tenne (Tawny)

📋 copy color: '#B85706'

red 184 ◦ green 87 ◦ blue 6

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

Shades of Tenne (Tawny) #B85706

Tints of Tenne (Tawny) #B85706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 66.43%
G = 31.41%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85706 (or 0xB85706) is known color: Tenne (Tawny). HEX triplet: B8, 57 and 06. RGB value is (184,87,6). Sum of RGB (Red+Green+Blue) = 184+87+6=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B85706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85706 is #47A8F9. Grayscale: #6B6B6B. Windows color (decimal): -4696314 or 415672. OLE color: 415672.

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

Color convert

RGB 184 87 6 -
CMYK 0 0.53 0.97 0.28
HSL 27.3º 0.94% 0.37% -
HSV(B) 27.3º 0.97% 0.72% -
XYZ 23.21 17.02 2.23 -
YUV 106.77 71.14 183.09 -
System Red Green Blue C M Y K H S L
Decimal 184 87 6 0 0.53 0.97 0.28 27.3 0.94 0.37
Hex B8 57 6 0 35 61 1C 1B 5E 25
Octal 270 127 6 0 65 141 34 33 136 45
Binary 10111000 1010111 110 0 110101 1100001 11100 11011 1011110 100101

Color Harmonies of #B85706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85706

Black with #B85706

Text Example


Text Example

White with #B85706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85706; }

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

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

background-color css

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

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

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

border-color css

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

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

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