Html Css Color HEX #B9503B Grenadier

📋 copy color: '#B9503B'

red 185 ◦ green 80 ◦ blue 59

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

Shades of Grenadier #B9503B

Tints of Grenadier #B9503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.21%

R = 57.1%
G = 24.69%
B = 18.21%

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

#B9503B (or 0xB9503B) is known color: Grenadier. HEX triplet: B9, 50 and 3B. RGB value is (185,80,59). Sum of RGB (Red+Green+Blue) = 185+80+59=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B9503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9503B is #46AFC4. Grayscale: #6D6D6D. Windows color (decimal): -4632517 or 3887289. OLE color: 3887289.

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

Color convert

RGB 185 80 59 -
CMYK 0 0.57 0.68 0.27
HSL 10º 0.52% 0.48% -
HSV(B) 10º 0.68% 0.73% -
XYZ 23.67 16.37 6.05 -
YUV 109 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 185 80 59 0 0.57 0.68 0.27 10 0.52 0.48
Hex B9 50 3B 0 39 44 1B A 34 30
Octal 271 120 73 0 71 104 33 12 64 60
Binary 10111001 1010000 111011 0 111001 1000100 11011 1010 110100 110000

Color Harmonies of #B9503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9503B

Black with #B9503B

Text Example


Text Example

White with #B9503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9503B; }

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

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

background-color css

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

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

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

border-color css

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

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

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