Html Css Color HEX #B85605 Tenne (Tawny)

📋 copy color: '#B85605'

red 184 ◦ green 86 ◦ blue 5

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

Shades of Tenne (Tawny) #B85605

Tints of Tenne (Tawny) #B85605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.27%

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

R = 66.91%
G = 31.27%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85605 (or 0xB85605) is known color: Tenne (Tawny). HEX triplet: B8, 56 and 05. RGB value is (184,86,5). Sum of RGB (Red+Green+Blue) = 184+86+5=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B85605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85605 is #47A9FA. Grayscale: #6A6A6A. Windows color (decimal): -4696571 or 349880. OLE color: 349880.

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

Color convert

RGB 184 86 5 -
CMYK 0 0.53 0.97 0.28
HSL 27.15º 0.95% 0.37% -
HSV(B) 27.15º 0.97% 0.72% -
XYZ 23.12 16.86 2.18 -
YUV 106.07 70.97 183.59 -
System Red Green Blue C M Y K H S L
Decimal 184 86 5 0 0.53 0.97 0.28 27.15 0.95 0.37
Hex B8 56 5 0 35 61 1C 1B 5F 25
Octal 270 126 5 0 65 141 34 33 137 45
Binary 10111000 1010110 101 0 110101 1100001 11100 11011 1011111 100101

Color Harmonies of #B85605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85605

Black with #B85605

Text Example


Text Example

White with #B85605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85605; }

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

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

background-color css

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

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

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

border-color css

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

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

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