Html Css Color HEX #B9472C Grenadier

📋 copy color: '#B9472C'

red 185 ◦ green 71 ◦ blue 44

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

Shades of Grenadier #B9472C

Tints of Grenadier #B9472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 61.67%
G = 23.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9472C (or 0xB9472C) is known color: Grenadier. HEX triplet: B9, 47 and 2C. RGB value is (185,71,44). Sum of RGB (Red+Green+Blue) = 185+71+44=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9472C is #46B8D3. Grayscale: #666666. Windows color (decimal): -4634836 or 2901945. OLE color: 2901945.

HSL color Cylindrical-coordinate representation of color #B9472C: hue angle of 11.49º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9472C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 44 -
CMYK 0 0.62 0.76 0.27
HSL 11.49º 0.62% 0.45% -
HSV(B) 11.49º 0.76% 0.73% -
XYZ 22.72 15 4.08 -
YUV 102.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 185 71 44 0 0.62 0.76 0.27 11.49 0.62 0.45
Hex B9 47 2C 0 3E 4C 1B B 3E 2D
Octal 271 107 54 0 76 114 33 13 76 55
Binary 10111001 1000111 101100 0 111110 1001100 11011 1011 111110 101101

Color Harmonies of #B9472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9472C

Black with #B9472C

Text Example


Text Example

White with #B9472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9472C; }

 p { color: rgb(185,71,44); }

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

background-color css

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

 a { background-color: rgb(185,71,44); }

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

border-color css

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

 span { border-color: rgb(185,71,44); }

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