Html Css Color HEX #B94831 Grenadier

📋 copy color: '#B94831'

red 185 ◦ green 72 ◦ blue 49

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

Shades of Grenadier #B94831

Tints of Grenadier #B94831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 60.46%
G = 23.53%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B94831 (or 0xB94831) is known color: Grenadier. HEX triplet: B9, 48 and 31. RGB value is (185,72,49). Sum of RGB (Red+Green+Blue) = 185+72+49=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B94831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94831 is #46B7CE. Grayscale: #676767. Windows color (decimal): -4634575 or 3229881. OLE color: 3229881.

HSL color Cylindrical-coordinate representation of color #B94831: hue angle of 10.15º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B94831 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 49 -
CMYK 0 0.61 0.74 0.27
HSL 10.15º 0.58% 0.46% -
HSV(B) 10.15º 0.74% 0.73% -
XYZ 22.88 15.17 4.63 -
YUV 103.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 185 72 49 0 0.61 0.74 0.27 10.15 0.58 0.46
Hex B9 48 31 0 3D 4A 1B A 3A 2E
Octal 271 110 61 0 75 112 33 12 72 56
Binary 10111001 1001000 110001 0 111101 1001010 11011 1010 111010 101110

Color Harmonies of #B94831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94831

Black with #B94831

Text Example


Text Example

White with #B94831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94831; }

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

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

background-color css

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

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

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

border-color css

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

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

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