Html Css Color HEX #B85805 Tenne (Tawny)

📋 copy color: '#B85805'

red 184 ◦ green 88 ◦ blue 5

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

Shades of Tenne (Tawny) #B85805

Tints of Tenne (Tawny) #B85805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 66.43%
G = 31.77%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85805 (or 0xB85805) is known color: Tenne (Tawny). HEX triplet: B8, 58 and 05. RGB value is (184,88,5). Sum of RGB (Red+Green+Blue) = 184+88+5=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B85805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85805 is #47A7FA. Grayscale: #6B6B6B. Windows color (decimal): -4696059 or 350392. OLE color: 350392.

HSL color Cylindrical-coordinate representation of color #B85805: hue angle of 27.82º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B85805 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 88 5 -
CMYK 0 0.52 0.97 0.28
HSL 27.82º 0.95% 0.37% -
HSV(B) 27.82º 0.97% 0.72% -
XYZ 23.28 17.18 2.23 -
YUV 107.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 184 88 5 0 0.52 0.97 0.28 27.82 0.95 0.37
Hex B8 58 5 0 34 61 1C 1C 5F 25
Octal 270 130 5 0 64 141 34 34 137 45
Binary 10111000 1011000 101 0 110100 1100001 11100 11100 1011111 100101

Color Harmonies of #B85805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85805

Black with #B85805

Text Example


Text Example

White with #B85805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85805; }

 p { color: rgb(184,88,5); }

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

background-color css

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

 a { background-color: rgb(184,88,5); }

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

border-color css

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

 span { border-color: rgb(184,88,5); }

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