Html Css Color HEX #B85200 Tenne (Tawny)

📋 copy color: '#B85200'

red 184 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #B85200

Tints of Tenne (Tawny) #B85200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.17%
G = 30.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B85200 (or 0xB85200) is known color: Tenne (Tawny). HEX triplet: B8, 52 and 00. RGB value is (184,82,0). Sum of RGB (Red+Green+Blue) = 184+82+0=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B85200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85200 is #47ADFF. Grayscale: #676767. Windows color (decimal): -4697600 or 21176. OLE color: 21176.

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

Color convert

RGB 184 82 0 -
CMYK 0 0.55 1 0.28
HSL 26.74º 1% 0.36% -
HSV(B) 26.74º 1% 0.72% -
XYZ 22.78 16.22 1.93 -
YUV 103.15 69.79 185.67 -
System Red Green Blue C M Y K H S L
Decimal 184 82 0 0 0.55 1 0.28 26.74 1 0.36
Hex B8 52 0 0 37 64 1C 1B 64 24
Octal 270 122 0 0 67 144 34 33 144 44
Binary 10111000 1010010 0 0 110111 1100100 11100 11011 1100100 100100

Color Harmonies of #B85200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85200

Black with #B85200

Text Example


Text Example

White with #B85200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85200; }

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

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

background-color css

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

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

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

border-color css

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

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

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