Html Css Color HEX #B85403 Tenne (Tawny)

📋 copy color: '#B85403'

red 184 ◦ green 84 ◦ blue 3

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

Shades of Tenne (Tawny) #B85403

Tints of Tenne (Tawny) #B85403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

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

R = 67.9%
G = 31%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85403 (or 0xB85403) is known color: Tenne (Tawny). HEX triplet: B8, 54 and 03. RGB value is (184,84,3). Sum of RGB (Red+Green+Blue) = 184+84+3=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B85403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85403 is #47ABFC. Grayscale: #696969. Windows color (decimal): -4697085 or 218296. OLE color: 218296.

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

Color convert

RGB 184 84 3 -
CMYK 0 0.54 0.98 0.28
HSL 26.85º 0.97% 0.37% -
HSV(B) 26.85º 0.98% 0.72% -
XYZ 22.95 16.54 2.07 -
YUV 104.67 70.63 184.59 -
System Red Green Blue C M Y K H S L
Decimal 184 84 3 0 0.54 0.98 0.28 26.85 0.97 0.37
Hex B8 54 3 0 36 62 1C 1B 61 25
Octal 270 124 3 0 66 142 34 33 141 45
Binary 10111000 1010100 11 0 110110 1100010 11100 11011 1100001 100101

Color Harmonies of #B85403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85403

Black with #B85403

Text Example


Text Example

White with #B85403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85403; }

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

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

background-color css

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

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

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

border-color css

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

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

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