Html Css Color HEX #B85B12 Tenne (Tawny)

📋 copy color: '#B85B12'

red 184 ◦ green 91 ◦ blue 18

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

Shades of Tenne (Tawny) #B85B12

Tints of Tenne (Tawny) #B85B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 62.8%
G = 31.06%
B = 6.14%

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

#B85B12 (or 0xB85B12) is known color: Tenne (Tawny). HEX triplet: B8, 5B and 12. RGB value is (184,91,18). Sum of RGB (Red+Green+Blue) = 184+91+18=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B12 is #47A4ED. Grayscale: #6E6E6E. Windows color (decimal): -4695278 or 1203128. OLE color: 1203128.

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

Color convert

RGB 184 91 18 -
CMYK 0 0.51 0.90 0.28
HSL 26.39º 0.82% 0.4% -
HSV(B) 26.39º 0.9% 0.72% -
XYZ 23.62 17.72 2.75 -
YUV 110.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 184 91 18 0 0.51 0.90 0.28 26.39 0.82 0.4
Hex B8 5B 12 0 33 5A 1C 1A 52 28
Octal 270 133 22 0 63 132 34 32 122 50
Binary 10111000 1011011 10010 0 110011 1011010 11100 11010 1010010 101000

Color Harmonies of #B85B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B12

Black with #B85B12

Text Example


Text Example

White with #B85B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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