Html Css Color HEX #B9503C Grenadier

📋 copy color: '#B9503C'

red 185 ◦ green 80 ◦ blue 60

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

Shades of Grenadier #B9503C

Tints of Grenadier #B9503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 56.92%
G = 24.62%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9503C (or 0xB9503C) is known color: Grenadier. HEX triplet: B9, 50 and 3C. RGB value is (185,80,60). Sum of RGB (Red+Green+Blue) = 185+80+60=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9503C is #46AFC3. Grayscale: #6D6D6D. Windows color (decimal): -4632516 or 3952825. OLE color: 3952825.

HSL color Cylindrical-coordinate representation of color #B9503C: hue angle of 9.6º 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 #B9503C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 60 -
CMYK 0 0.57 0.68 0.27
HSL 9.6º 0.51% 0.48% -
HSV(B) 9.6º 0.68% 0.73% -
XYZ 23.69 16.38 6.19 -
YUV 109.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 185 80 60 0 0.57 0.68 0.27 9.6 0.51 0.48
Hex B9 50 3C 0 39 44 1B A 33 30
Octal 271 120 74 0 71 104 33 12 63 60
Binary 10111001 1010000 111100 0 111001 1000100 11011 1010 110011 110000

Color Harmonies of #B9503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9503C

Black with #B9503C

Text Example


Text Example

White with #B9503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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