Html Css Color HEX #B85201 Tenne (Tawny)

📋 copy color: '#B85201'

red 184 ◦ green 82 ◦ blue 1

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

Shades of Tenne (Tawny) #B85201

Tints of Tenne (Tawny) #B85201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

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

R = 68.91%
G = 30.71%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B85201 (or 0xB85201) is known color: Tenne (Tawny). HEX triplet: B8, 52 and 01. RGB value is (184,82,1). Sum of RGB (Red+Green+Blue) = 184+82+1=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B85201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85201 is #47ADFE. Grayscale: #676767. Windows color (decimal): -4697599 or 86712. OLE color: 86712.

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

Color convert

RGB 184 82 1 -
CMYK 0 0.55 0.99 0.28
HSL 26.56º 0.99% 0.36% -
HSV(B) 26.56º 0.99% 0.72% -
XYZ 22.79 16.23 1.96 -
YUV 103.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 184 82 1 0 0.55 0.99 0.28 26.56 0.99 0.36
Hex B8 52 1 0 37 63 1C 1B 63 24
Octal 270 122 1 0 67 143 34 33 143 44
Binary 10111000 1010010 1 0 110111 1100011 11100 11011 1100011 100100

Color Harmonies of #B85201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85201

Black with #B85201

Text Example


Text Example

White with #B85201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85201; }

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

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

background-color css

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

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

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

border-color css

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

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

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