Html Css Color HEX #B85203 Tenne (Tawny)

📋 copy color: '#B85203'

red 184 ◦ green 82 ◦ blue 3

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

Shades of Tenne (Tawny) #B85203

Tints of Tenne (Tawny) #B85203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 68.4%
G = 30.48%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85203 (or 0xB85203) is known color: Tenne (Tawny). HEX triplet: B8, 52 and 03. RGB value is (184,82,3). Sum of RGB (Red+Green+Blue) = 184+82+3=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B85203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85203 is #47ADFC. Grayscale: #676767. Windows color (decimal): -4697597 or 217784. OLE color: 217784.

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

Color convert

RGB 184 82 3 -
CMYK 0 0.55 0.98 0.28
HSL 26.19º 0.97% 0.37% -
HSV(B) 26.19º 0.98% 0.72% -
XYZ 22.8 16.23 2.02 -
YUV 103.49 71.29 185.42 -
System Red Green Blue C M Y K H S L
Decimal 184 82 3 0 0.55 0.98 0.28 26.19 0.97 0.37
Hex B8 52 3 0 37 62 1C 1A 61 25
Octal 270 122 3 0 67 142 34 32 141 45
Binary 10111000 1010010 11 0 110111 1100010 11100 11010 1100001 100101

Color Harmonies of #B85203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85203

Black with #B85203

Text Example


Text Example

White with #B85203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85203; }

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

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

background-color css

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

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

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

border-color css

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

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

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