Html Css Color HEX #B85D0C Tenne (Tawny)

📋 copy color: '#B85D0C'

red 184 ◦ green 93 ◦ blue 12

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

Shades of Tenne (Tawny) #B85D0C

Tints of Tenne (Tawny) #B85D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 63.67%
G = 32.18%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B85D0C (or 0xB85D0C) is known color: Tenne (Tawny). HEX triplet: B8, 5D and 0C. RGB value is (184,93,12). Sum of RGB (Red+Green+Blue) = 184+93+12=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D0C is #47A2F3. Grayscale: #6F6F6F. Windows color (decimal): -4694772 or 810424. OLE color: 810424.

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

Color convert

RGB 184 93 12 -
CMYK 0 0.49 0.93 0.28
HSL 28.26º 0.88% 0.38% -
HSV(B) 28.26º 0.93% 0.72% -
XYZ 23.75 18.05 2.58 -
YUV 110.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 184 93 12 0 0.49 0.93 0.28 28.26 0.88 0.38
Hex B8 5D C 0 31 5D 1C 1C 58 26
Octal 270 135 14 0 61 135 34 34 130 46
Binary 10111000 1011101 1100 0 110001 1011101 11100 11100 1011000 100110

Color Harmonies of #B85D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D0C

Black with #B85D0C

Text Example


Text Example

White with #B85D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D0C; }

 p { color: rgb(184,93,12); }

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

background-color css

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

 a { background-color: rgb(184,93,12); }

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

border-color css

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

 span { border-color: rgb(184,93,12); }

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