Html Css Color HEX #B94B32 Grenadier

📋 copy color: '#B94B32'

red 185 ◦ green 75 ◦ blue 50

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

Shades of Grenadier #B94B32

Tints of Grenadier #B94B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.19%

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

R = 59.68%
G = 24.19%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B94B32 (or 0xB94B32) is known color: Grenadier. HEX triplet: B9, 4B and 32. RGB value is (185,75,50). Sum of RGB (Red+Green+Blue) = 185+75+50=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B32 is #46B4CD. Grayscale: #696969. Windows color (decimal): -4633806 or 3296185. OLE color: 3296185.

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

Color convert

RGB 185 75 50 -
CMYK 0 0.59 0.73 0.27
HSL 11.11º 0.57% 0.46% -
HSV(B) 11.11º 0.73% 0.73% -
XYZ 23.1 15.58 4.81 -
YUV 105.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 185 75 50 0 0.59 0.73 0.27 11.11 0.57 0.46
Hex B9 4B 32 0 3B 49 1B B 39 2E
Octal 271 113 62 0 73 111 33 13 71 56
Binary 10111001 1001011 110010 0 111011 1001001 11011 1011 111001 101110

Color Harmonies of #B94B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94B32

Black with #B94B32

Text Example


Text Example

White with #B94B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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