Html Css Color HEX #B85202 Tenne (Tawny)

📋 copy color: '#B85202'

red 184 ◦ green 82 ◦ blue 2

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

Shades of Tenne (Tawny) #B85202

Tints of Tenne (Tawny) #B85202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 68.66%
G = 30.6%
B = 0.75%

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

#B85202 (or 0xB85202) is known color: Tenne (Tawny). HEX triplet: B8, 52 and 02. RGB value is (184,82,2). Sum of RGB (Red+Green+Blue) = 184+82+2=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B85202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85202 is #47ADFD. Grayscale: #676767. Windows color (decimal): -4697598 or 152248. OLE color: 152248.

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

Color convert

RGB 184 82 2 -
CMYK 0 0.55 0.99 0.28
HSL 26.37º 0.98% 0.36% -
HSV(B) 26.37º 0.99% 0.72% -
XYZ 22.8 16.23 1.99 -
YUV 103.38 70.79 185.5 -
System Red Green Blue C M Y K H S L
Decimal 184 82 2 0 0.55 0.99 0.28 26.37 0.98 0.36
Hex B8 52 2 0 37 63 1C 1A 62 24
Octal 270 122 2 0 67 143 34 32 142 44
Binary 10111000 1010010 10 0 110111 1100011 11100 11010 1100010 100100

Color Harmonies of #B85202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85202

Black with #B85202

Text Example


Text Example

White with #B85202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85202; }

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

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

background-color css

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

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

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

border-color css

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

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

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