Html Css Color HEX #B85E11 Tenne (Tawny)

📋 copy color: '#B85E11'

red 184 ◦ green 94 ◦ blue 17

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

Shades of Tenne (Tawny) #B85E11

Tints of Tenne (Tawny) #B85E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 62.37%
G = 31.86%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B85E11 (or 0xB85E11) is known color: Tenne (Tawny). HEX triplet: B8, 5E and 11. RGB value is (184,94,17). Sum of RGB (Red+Green+Blue) = 184+94+17=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85E11 is #47A1EE. Grayscale: #707070. Windows color (decimal): -4694511 or 1138360. OLE color: 1138360.

HSL color Cylindrical-coordinate representation of color #B85E11: hue angle of 27.66º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B85E11 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 94 17 -
CMYK 0 0.49 0.91 0.28
HSL 27.66º 0.83% 0.39% -
HSV(B) 27.66º 0.91% 0.72% -
XYZ 23.87 18.24 2.79 -
YUV 112.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 184 94 17 0 0.49 0.91 0.28 27.66 0.83 0.39
Hex B8 5E 11 0 31 5B 1C 1C 53 27
Octal 270 136 21 0 61 133 34 34 123 47
Binary 10111000 1011110 10001 0 110001 1011011 11100 11100 1010011 100111

Color Harmonies of #B85E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E11

Black with #B85E11

Text Example


Text Example

White with #B85E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E11; }

 p { color: rgb(184,94,17); }

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

background-color css

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

 a { background-color: rgb(184,94,17); }

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

border-color css

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

 span { border-color: rgb(184,94,17); }

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