Html Css Color HEX #B94738 Grenadier

📋 copy color: '#B94738'

red 185 ◦ green 71 ◦ blue 56

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

Shades of Grenadier #B94738

Tints of Grenadier #B94738

RGB

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

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

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

R = 59.29%
G = 22.76%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B94738 (or 0xB94738) is known color: Grenadier. HEX triplet: B9, 47 and 38. RGB value is (185,71,56). Sum of RGB (Red+Green+Blue) = 185+71+56=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B94738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94738 is #46B8C7. Grayscale: #676767. Windows color (decimal): -4634824 or 3688377. OLE color: 3688377.

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

Color convert

RGB 185 71 56 -
CMYK 0 0.62 0.70 0.27
HSL 6.98º 0.54% 0.47% -
HSV(B) 6.98º 0.7% 0.73% -
XYZ 22.97 15.11 5.45 -
YUV 103.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 185 71 56 0 0.62 0.70 0.27 6.98 0.54 0.47
Hex B9 47 38 0 3E 46 1B 7 36 2F
Octal 271 107 70 0 76 106 33 7 66 57
Binary 10111001 1000111 111000 0 111110 1000110 11011 111 110110 101111

Color Harmonies of #B94738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94738

Black with #B94738

Text Example


Text Example

White with #B94738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94738; }

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

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

background-color css

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

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

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

border-color css

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

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

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