Html Css Color HEX #B85504 Tenne (Tawny)

📋 copy color: '#B85504'

red 184 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #B85504

Tints of Tenne (Tawny) #B85504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

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

R = 67.4%
G = 31.14%
B = 1.47%

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

#B85504 (or 0xB85504) is known color: Tenne (Tawny). HEX triplet: B8, 55 and 04. RGB value is (184,85,4). Sum of RGB (Red+Green+Blue) = 184+85+4=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B85504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85504 is #47AAFB. Grayscale: #696969. Windows color (decimal): -4696828 or 284088. OLE color: 284088.

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

Color convert

RGB 184 85 4 -
CMYK 0 0.54 0.98 0.28
HSL 27º 0.96% 0.37% -
HSV(B) 27º 0.98% 0.72% -
XYZ 23.04 16.7 2.12 -
YUV 105.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 184 85 4 0 0.54 0.98 0.28 27 0.96 0.37
Hex B8 55 4 0 36 62 1C 1B 60 25
Octal 270 125 4 0 66 142 34 33 140 45
Binary 10111000 1010101 100 0 110110 1100010 11100 11011 1100000 100101

Color Harmonies of #B85504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85504

Black with #B85504

Text Example


Text Example

White with #B85504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85504; }

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

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

background-color css

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

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

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

border-color css

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

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

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