Html Css Color HEX #B9483B Grenadier

📋 copy color: '#B9483B'

red 185 ◦ green 72 ◦ blue 59

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

Shades of Grenadier #B9483B

Tints of Grenadier #B9483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

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

R = 58.54%
G = 22.78%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9483B (or 0xB9483B) is known color: Grenadier. HEX triplet: B9, 48 and 3B. RGB value is (185,72,59). Sum of RGB (Red+Green+Blue) = 185+72+59=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9483B is #46B7C4. Grayscale: #686868. Windows color (decimal): -4634565 or 3885241. OLE color: 3885241.

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

Color convert

RGB 185 72 59 -
CMYK 0 0.61 0.68 0.27
HSL 6.19º 0.52% 0.48% -
HSV(B) 6.19º 0.68% 0.73% -
XYZ 23.11 15.26 5.87 -
YUV 104.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 185 72 59 0 0.61 0.68 0.27 6.19 0.52 0.48
Hex B9 48 3B 0 3D 44 1B 6 34 30
Octal 271 110 73 0 75 104 33 6 64 60
Binary 10111001 1001000 111011 0 111101 1000100 11011 110 110100 110000

Color Harmonies of #B9483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9483B

Black with #B9483B

Text Example


Text Example

White with #B9483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9483B; }

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

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

background-color css

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

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

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

border-color css

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

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

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