Html Css Color HEX #B85801 Tenne (Tawny)

📋 copy color: '#B85801'

red 184 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #B85801

Tints of Tenne (Tawny) #B85801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 67.4%
G = 32.23%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B85801 (or 0xB85801) is known color: Tenne (Tawny). HEX triplet: B8, 58 and 01. RGB value is (184,88,1). Sum of RGB (Red+Green+Blue) = 184+88+1=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B85801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85801 is #47A7FE. Grayscale: #6B6B6B. Windows color (decimal): -4696063 or 88248. OLE color: 88248.

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

Color convert

RGB 184 88 1 -
CMYK 0 0.52 0.99 0.28
HSL 28.52º 0.99% 0.36% -
HSV(B) 28.52º 0.99% 0.72% -
XYZ 23.26 17.17 2.12 -
YUV 106.79 68.3 183.07 -
System Red Green Blue C M Y K H S L
Decimal 184 88 1 0 0.52 0.99 0.28 28.52 0.99 0.36
Hex B8 58 1 0 34 63 1C 1D 63 24
Octal 270 130 1 0 64 143 34 35 143 44
Binary 10111000 1011000 1 0 110100 1100011 11100 11101 1100011 100100

Color Harmonies of #B85801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85801

Black with #B85801

Text Example


Text Example

White with #B85801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85801; }

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

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

background-color css

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

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

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

border-color css

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

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

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