Html Css Color HEX #B85B13 Tenne (Tawny)

📋 copy color: '#B85B13'

red 184 ◦ green 91 ◦ blue 19

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

Shades of Tenne (Tawny) #B85B13

Tints of Tenne (Tawny) #B85B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 62.59%
G = 30.95%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B85B13 (or 0xB85B13) is known color: Tenne (Tawny). HEX triplet: B8, 5B and 13. RGB value is (184,91,19). Sum of RGB (Red+Green+Blue) = 184+91+19=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B13 is #47A4EC. Grayscale: #6E6E6E. Windows color (decimal): -4695277 or 1268664. OLE color: 1268664.

HSL color Cylindrical-coordinate representation of color #B85B13: hue angle of 26.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B85B13 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 91 19 -
CMYK 0 0.51 0.90 0.28
HSL 26.18º 0.81% 0.4% -
HSV(B) 26.18º 0.9% 0.72% -
XYZ 23.63 17.72 2.79 -
YUV 110.6 76.31 180.35 -
System Red Green Blue C M Y K H S L
Decimal 184 91 19 0 0.51 0.90 0.28 26.18 0.81 0.4
Hex B8 5B 13 0 33 5A 1C 1A 51 28
Octal 270 133 23 0 63 132 34 32 121 50
Binary 10111000 1011011 10011 0 110011 1011010 11100 11010 1010001 101000

Color Harmonies of #B85B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B13

Black with #B85B13

Text Example


Text Example

White with #B85B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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