Html Css Color HEX #B94531 Grenadier

📋 copy color: '#B94531'

red 185 ◦ green 69 ◦ blue 49

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

Shades of Grenadier #B94531

Tints of Grenadier #B94531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.77%

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

R = 61.06%
G = 22.77%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B94531 (or 0xB94531) is known color: Grenadier. HEX triplet: B9, 45 and 31. RGB value is (185,69,49). Sum of RGB (Red+Green+Blue) = 185+69+49=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B94531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94531 is #46BACE. Grayscale: #656565. Windows color (decimal): -4635343 or 3229113. OLE color: 3229113.

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

Color convert

RGB 185 69 49 -
CMYK 0 0.63 0.74 0.27
HSL 8.82º 0.58% 0.46% -
HSV(B) 8.82º 0.74% 0.73% -
XYZ 22.69 14.79 4.57 -
YUV 101.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 185 69 49 0 0.63 0.74 0.27 8.82 0.58 0.46
Hex B9 45 31 0 3F 4A 1B 9 3A 2E
Octal 271 105 61 0 77 112 33 11 72 56
Binary 10111001 1000101 110001 0 111111 1001010 11011 1001 111010 101110

Color Harmonies of #B94531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94531

Black with #B94531

Text Example


Text Example

White with #B94531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94531; }

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

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

background-color css

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

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

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

border-color css

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

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

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