Html Css Color HEX #B85804 Tenne (Tawny)

📋 copy color: '#B85804'

red 184 ◦ green 88 ◦ blue 4

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

Shades of Tenne (Tawny) #B85804

Tints of Tenne (Tawny) #B85804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 66.67%
G = 31.88%
B = 1.45%

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

#B85804 (or 0xB85804) is known color: Tenne (Tawny). HEX triplet: B8, 58 and 04. RGB value is (184,88,4). Sum of RGB (Red+Green+Blue) = 184+88+4=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B85804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85804 is #47A7FB. Grayscale: #6B6B6B. Windows color (decimal): -4696060 or 284856. OLE color: 284856.

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

Color convert

RGB 184 88 4 -
CMYK 0 0.52 0.98 0.28
HSL 28º 0.96% 0.37% -
HSV(B) 28º 0.98% 0.72% -
XYZ 23.28 17.18 2.2 -
YUV 107.13 69.8 182.83 -
System Red Green Blue C M Y K H S L
Decimal 184 88 4 0 0.52 0.98 0.28 28 0.96 0.37
Hex B8 58 4 0 34 62 1C 1C 60 25
Octal 270 130 4 0 64 142 34 34 140 45
Binary 10111000 1011000 100 0 110100 1100010 11100 11100 1100000 100101

Color Harmonies of #B85804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85804

Black with #B85804

Text Example


Text Example

White with #B85804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85804; }

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

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

background-color css

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

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

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

border-color css

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

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

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