Html Css Color HEX #B94832 Grenadier

📋 copy color: '#B94832'

red 185 ◦ green 72 ◦ blue 50

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

Shades of Grenadier #B94832

Tints of Grenadier #B94832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 60.26%
G = 23.45%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B94832 (or 0xB94832) is known color: Grenadier. HEX triplet: B9, 48 and 32. RGB value is (185,72,50). Sum of RGB (Red+Green+Blue) = 185+72+50=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B94832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94832 is #46B7CD. Grayscale: #676767. Windows color (decimal): -4634574 or 3295417. OLE color: 3295417.

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

Color convert

RGB 185 72 50 -
CMYK 0 0.61 0.73 0.27
HSL 9.78º 0.57% 0.46% -
HSV(B) 9.78º 0.73% 0.73% -
XYZ 22.9 15.18 4.74 -
YUV 103.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 185 72 50 0 0.61 0.73 0.27 9.78 0.57 0.46
Hex B9 48 32 0 3D 49 1B A 39 2E
Octal 271 110 62 0 75 111 33 12 71 56
Binary 10111001 1001000 110010 0 111101 1001001 11011 1010 111001 101110

Color Harmonies of #B94832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94832

Black with #B94832

Text Example


Text Example

White with #B94832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94832; }

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

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

background-color css

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

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

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

border-color css

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

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

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