Html Css Color HEX #B85E0C Tenne (Tawny)

📋 copy color: '#B85E0C'

red 184 ◦ green 94 ◦ blue 12

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

Shades of Tenne (Tawny) #B85E0C

Tints of Tenne (Tawny) #B85E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 63.45%
G = 32.41%
B = 4.14%

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

#B85E0C (or 0xB85E0C) is known color: Tenne (Tawny). HEX triplet: B8, 5E and 0C. RGB value is (184,94,12). Sum of RGB (Red+Green+Blue) = 184+94+12=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85E0C is #47A1F3. Grayscale: #6F6F6F. Windows color (decimal): -4694516 or 810680. OLE color: 810680.

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

Color convert

RGB 184 94 12 -
CMYK 0 0.49 0.93 0.28
HSL 28.6º 0.88% 0.38% -
HSV(B) 28.6º 0.93% 0.72% -
XYZ 23.84 18.22 2.61 -
YUV 111.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 184 94 12 0 0.49 0.93 0.28 28.6 0.88 0.38
Hex B8 5E C 0 31 5D 1C 1D 58 26
Octal 270 136 14 0 61 135 34 35 130 46
Binary 10111000 1011110 1100 0 110001 1011101 11100 11101 1011000 100110

Color Harmonies of #B85E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E0C

Black with #B85E0C

Text Example


Text Example

White with #B85E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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