Html Css Color HEX #B85F12 Tenne (Tawny)

📋 copy color: '#B85F12'

red 184 ◦ green 95 ◦ blue 18

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

Shades of Tenne (Tawny) #B85F12

Tints of Tenne (Tawny) #B85F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

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

R = 61.95%
G = 31.99%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B85F12 (or 0xB85F12) is known color: Tenne (Tawny). HEX triplet: B8, 5F and 12. RGB value is (184,95,18). Sum of RGB (Red+Green+Blue) = 184+95+18=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85F12 is #47A0ED. Grayscale: #717171. Windows color (decimal): -4694254 or 1204152. OLE color: 1204152.

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

Color convert

RGB 184 95 18 -
CMYK 0 0.48 0.90 0.28
HSL 27.83º 0.82% 0.4% -
HSV(B) 27.83º 0.9% 0.72% -
XYZ 23.97 18.42 2.86 -
YUV 112.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 184 95 18 0 0.48 0.90 0.28 27.83 0.82 0.4
Hex B8 5F 12 0 30 5A 1C 1C 52 28
Octal 270 137 22 0 60 132 34 34 122 50
Binary 10111000 1011111 10010 0 110000 1011010 11100 11100 1010010 101000

Color Harmonies of #B85F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F12

Black with #B85F12

Text Example


Text Example

White with #B85F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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