Html Css Color HEX #B9503E Grenadier

📋 copy color: '#B9503E'

red 185 ◦ green 80 ◦ blue 62

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

Shades of Grenadier #B9503E

Tints of Grenadier #B9503E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.96%

R = 56.57%
G = 24.46%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9503E (or 0xB9503E) is known color: Grenadier. HEX triplet: B9, 50 and 3E. RGB value is (185,80,62). Sum of RGB (Red+Green+Blue) = 185+80+62=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9503E is #46AFC1. Grayscale: #6D6D6D. Windows color (decimal): -4632514 or 4083897. OLE color: 4083897.

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

Color convert

RGB 185 80 62 -
CMYK 0 0.57 0.66 0.27
HSL 8.78º 0.5% 0.48% -
HSV(B) 8.78º 0.66% 0.73% -
XYZ 23.75 16.4 6.47 -
YUV 109.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 185 80 62 0 0.57 0.66 0.27 8.78 0.5 0.48
Hex B9 50 3E 0 39 42 1B 9 32 30
Octal 271 120 76 0 71 102 33 11 62 60
Binary 10111001 1010000 111110 0 111001 1000010 11011 1001 110010 110000

Color Harmonies of #B9503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9503E

Black with #B9503E

Text Example


Text Example

White with #B9503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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