Html Css Color HEX #B85B11 Tenne (Tawny)

📋 copy color: '#B85B11'

red 184 ◦ green 91 ◦ blue 17

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

Shades of Tenne (Tawny) #B85B11

Tints of Tenne (Tawny) #B85B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.16%

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

R = 63.01%
G = 31.16%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B85B11 (or 0xB85B11) is known color: Tenne (Tawny). HEX triplet: B8, 5B and 11. RGB value is (184,91,17). Sum of RGB (Red+Green+Blue) = 184+91+17=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B11 is #47A4EE. Grayscale: #6E6E6E. Windows color (decimal): -4695279 or 1137592. OLE color: 1137592.

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

Color convert

RGB 184 91 17 -
CMYK 0 0.51 0.91 0.28
HSL 26.59º 0.83% 0.39% -
HSV(B) 26.59º 0.91% 0.72% -
XYZ 23.61 17.71 2.7 -
YUV 110.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 184 91 17 0 0.51 0.91 0.28 26.59 0.83 0.39
Hex B8 5B 11 0 33 5B 1C 1B 53 27
Octal 270 133 21 0 63 133 34 33 123 47
Binary 10111000 1011011 10001 0 110011 1011011 11100 11011 1010011 100111

Color Harmonies of #B85B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B11

Black with #B85B11

Text Example


Text Example

White with #B85B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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