Html Css Color HEX #B94938 Grenadier

📋 copy color: '#B94938'

red 185 ◦ green 73 ◦ blue 56

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

Shades of Grenadier #B94938

Tints of Grenadier #B94938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 58.92%
G = 23.25%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B94938 (or 0xB94938) is known color: Grenadier. HEX triplet: B9, 49 and 38. RGB value is (185,73,56). Sum of RGB (Red+Green+Blue) = 185+73+56=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B94938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94938 is #46B6C7. Grayscale: #686868. Windows color (decimal): -4634312 or 3688889. OLE color: 3688889.

HSL color Cylindrical-coordinate representation of color #B94938: hue angle of 7.91º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94938 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 73 56 -
CMYK 0 0.61 0.70 0.27
HSL 7.91º 0.54% 0.47% -
HSV(B) 7.91º 0.7% 0.73% -
XYZ 23.1 15.36 5.49 -
YUV 104.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 185 73 56 0 0.61 0.70 0.27 7.91 0.54 0.47
Hex B9 49 38 0 3D 46 1B 8 36 2F
Octal 271 111 70 0 75 106 33 10 66 57
Binary 10111001 1001001 111000 0 111101 1000110 11011 1000 110110 101111

Color Harmonies of #B94938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94938

Black with #B94938

Text Example


Text Example

White with #B94938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94938; }

 p { color: rgb(185,73,56); }

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

background-color css

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

 a { background-color: rgb(185,73,56); }

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

border-color css

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

 span { border-color: rgb(185,73,56); }

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