Html Css Color HEX #B9553C Grenadier

📋 copy color: '#B9553C'

red 185 ◦ green 85 ◦ blue 60

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

Shades of Grenadier #B9553C

Tints of Grenadier #B9553C

RGB

 RED value IS 185 (72.66% from 255) = 56.06%

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

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 56.06%
G = 25.76%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9553C (or 0xB9553C) is known color: Grenadier. HEX triplet: B9, 55 and 3C. RGB value is (185,85,60). Sum of RGB (Red+Green+Blue) = 185+85+60=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9553C is #46AAC3. Grayscale: #707070. Windows color (decimal): -4631236 or 3954105. OLE color: 3954105.

HSL color Cylindrical-coordinate representation of color #B9553C: hue angle of 12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9553C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 60 -
CMYK 0 0.54 0.68 0.27
HSL 12º 0.51% 0.48% -
HSV(B) 12º 0.68% 0.73% -
XYZ 24.07 17.14 6.31 -
YUV 112.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 185 85 60 0 0.54 0.68 0.27 12 0.51 0.48
Hex B9 55 3C 0 36 44 1B C 33 30
Octal 271 125 74 0 66 104 33 14 63 60
Binary 10111001 1010101 111100 0 110110 1000100 11011 1100 110011 110000

Color Harmonies of #B9553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9553C

Black with #B9553C

Text Example


Text Example

White with #B9553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9553C; }

 p { color: rgb(185,85,60); }

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

background-color css

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

 a { background-color: rgb(185,85,60); }

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

border-color css

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

 span { border-color: rgb(185,85,60); }

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