Html Css Color HEX #B94B31 Grenadier

📋 copy color: '#B94B31'

red 185 ◦ green 75 ◦ blue 49

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

Shades of Grenadier #B94B31

Tints of Grenadier #B94B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.27%

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

R = 59.87%
G = 24.27%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B94B31 (or 0xB94B31) is known color: Grenadier. HEX triplet: B9, 4B and 31. RGB value is (185,75,49). Sum of RGB (Red+Green+Blue) = 185+75+49=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B31 is #46B4CE. Grayscale: #696969. Windows color (decimal): -4633807 or 3230649. OLE color: 3230649.

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

Color convert

RGB 185 75 49 -
CMYK 0 0.59 0.74 0.27
HSL 11.47º 0.58% 0.46% -
HSV(B) 11.47º 0.74% 0.73% -
XYZ 23.08 15.57 4.69 -
YUV 104.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 185 75 49 0 0.59 0.74 0.27 11.47 0.58 0.46
Hex B9 4B 31 0 3B 4A 1B B 3A 2E
Octal 271 113 61 0 73 112 33 13 72 56
Binary 10111001 1001011 110001 0 111011 1001010 11011 1011 111010 101110

Color Harmonies of #B94B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94B31

Black with #B94B31

Text Example


Text Example

White with #B94B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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