Html Css Color HEX #B85803 Tenne (Tawny)

📋 copy color: '#B85803'

red 184 ◦ green 88 ◦ blue 3

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

Shades of Tenne (Tawny) #B85803

Tints of Tenne (Tawny) #B85803

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 66.91%
G = 32%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85803 (or 0xB85803) is known color: Tenne (Tawny). HEX triplet: B8, 58 and 03. RGB value is (184,88,3). Sum of RGB (Red+Green+Blue) = 184+88+3=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B85803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85803 is #47A7FC. Grayscale: #6B6B6B. Windows color (decimal): -4696061 or 219320. OLE color: 219320.

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

Color convert

RGB 184 88 3 -
CMYK 0 0.52 0.98 0.28
HSL 28.18º 0.97% 0.37% -
HSV(B) 28.18º 0.98% 0.72% -
XYZ 23.27 17.18 2.17 -
YUV 107.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 184 88 3 0 0.52 0.98 0.28 28.18 0.97 0.37
Hex B8 58 3 0 34 62 1C 1C 61 25
Octal 270 130 3 0 64 142 34 34 141 45
Binary 10111000 1011000 11 0 110100 1100010 11100 11100 1100001 100101

Color Harmonies of #B85803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85803

Black with #B85803

Text Example


Text Example

White with #B85803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85803; }

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

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

background-color css

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

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

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

border-color css

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

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

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