Html Css Color HEX #B94732 Grenadier

📋 copy color: '#B94732'

red 185 ◦ green 71 ◦ blue 50

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

Shades of Grenadier #B94732

Tints of Grenadier #B94732

RGB

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

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

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

R = 60.46%
G = 23.2%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B94732 (or 0xB94732) is known color: Grenadier. HEX triplet: B9, 47 and 32. RGB value is (185,71,50). Sum of RGB (Red+Green+Blue) = 185+71+50=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B94732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94732 is #46B8CD. Grayscale: #666666. Windows color (decimal): -4634830 or 3295161. OLE color: 3295161.

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

Color convert

RGB 185 71 50 -
CMYK 0 0.62 0.73 0.27
HSL 9.33º 0.57% 0.46% -
HSV(B) 9.33º 0.73% 0.73% -
XYZ 22.84 15.05 4.72 -
YUV 102.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 185 71 50 0 0.62 0.73 0.27 9.33 0.57 0.46
Hex B9 47 32 0 3E 49 1B 9 39 2E
Octal 271 107 62 0 76 111 33 11 71 56
Binary 10111001 1000111 110010 0 111110 1001001 11011 1001 111001 101110

Color Harmonies of #B94732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94732

Black with #B94732

Text Example


Text Example

White with #B94732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94732; }

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

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

background-color css

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

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

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

border-color css

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

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

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