Html Css Color HEX #B94E32 Grenadier

📋 copy color: '#B94E32'

red 185 ◦ green 78 ◦ blue 50

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

Shades of Grenadier #B94E32

Tints of Grenadier #B94E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

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

R = 59.11%
G = 24.92%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B94E32 (or 0xB94E32) is known color: Grenadier. HEX triplet: B9, 4E and 32. RGB value is (185,78,50). Sum of RGB (Red+Green+Blue) = 185+78+50=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E32 is #46B1CD. Grayscale: #6B6B6B. Windows color (decimal): -4633038 or 3296953. OLE color: 3296953.

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

Color convert

RGB 185 78 50 -
CMYK 0 0.58 0.73 0.27
HSL 12.44º 0.57% 0.46% -
HSV(B) 12.44º 0.73% 0.73% -
XYZ 23.31 15.99 4.88 -
YUV 106.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 185 78 50 0 0.58 0.73 0.27 12.44 0.57 0.46
Hex B9 4E 32 0 3A 49 1B C 39 2E
Octal 271 116 62 0 72 111 33 14 71 56
Binary 10111001 1001110 110010 0 111010 1001001 11011 1100 111001 101110

Color Harmonies of #B94E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E32

Black with #B94E32

Text Example


Text Example

White with #B94E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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