Html Css Color HEX #B85E08 Tenne (Tawny)

📋 copy color: '#B85E08'

red 184 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #B85E08

Tints of Tenne (Tawny) #B85E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.8%

R = 64.34%
G = 32.87%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B85E08 (or 0xB85E08) is known color: Tenne (Tawny). HEX triplet: B8, 5E and 08. RGB value is (184,94,8). Sum of RGB (Red+Green+Blue) = 184+94+8=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85E08 is #47A1F7. Grayscale: #6F6F6F. Windows color (decimal): -4694520 or 548536. OLE color: 548536.

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

Color convert

RGB 184 94 8 -
CMYK 0 0.49 0.96 0.28
HSL 29.32º 0.92% 0.38% -
HSV(B) 29.32º 0.96% 0.72% -
XYZ 23.81 18.21 2.49 -
YUV 111.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 184 94 8 0 0.49 0.96 0.28 29.32 0.92 0.38
Hex B8 5E 8 0 31 60 1C 1D 5C 26
Octal 270 136 10 0 61 140 34 35 134 46
Binary 10111000 1011110 1000 0 110001 1100000 11100 11101 1011100 100110

Color Harmonies of #B85E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E08

Black with #B85E08

Text Example


Text Example

White with #B85E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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