Html Css Color HEX #B85B0E Tenne (Tawny)

📋 copy color: '#B85B0E'

red 184 ◦ green 91 ◦ blue 14

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

Shades of Tenne (Tawny) #B85B0E

Tints of Tenne (Tawny) #B85B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 63.67%
G = 31.49%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B85B0E (or 0xB85B0E) is known color: Tenne (Tawny). HEX triplet: B8, 5B and 0E. RGB value is (184,91,14). Sum of RGB (Red+Green+Blue) = 184+91+14=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B0E is #47A4F1. Grayscale: #6E6E6E. Windows color (decimal): -4695282 or 940984. OLE color: 940984.

HSL color Cylindrical-coordinate representation of color #B85B0E: hue angle of 27.18º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B85B0E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 91 14 -
CMYK 0 0.51 0.92 0.28
HSL 27.18º 0.86% 0.39% -
HSV(B) 27.18º 0.92% 0.72% -
XYZ 23.59 17.7 2.59 -
YUV 110.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 184 91 14 0 0.51 0.92 0.28 27.18 0.86 0.39
Hex B8 5B E 0 33 5C 1C 1B 56 27
Octal 270 133 16 0 63 134 34 33 126 47
Binary 10111000 1011011 1110 0 110011 1011100 11100 11011 1010110 100111

Color Harmonies of #B85B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B0E

Black with #B85B0E

Text Example


Text Example

White with #B85B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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