Html Css Color HEX #B94C33 Grenadier

📋 copy color: '#B94C33'

red 185 ◦ green 76 ◦ blue 51

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

Shades of Grenadier #B94C33

Tints of Grenadier #B94C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.36%

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 59.29%
G = 24.36%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B94C33 (or 0xB94C33) is known color: Grenadier. HEX triplet: B9, 4C and 33. RGB value is (185,76,51). Sum of RGB (Red+Green+Blue) = 185+76+51=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C33 is #46B3CC. Grayscale: #696969. Windows color (decimal): -4633549 or 3361977. OLE color: 3361977.

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

Color convert

RGB 185 76 51 -
CMYK 0 0.59 0.72 0.27
HSL 11.19º 0.57% 0.46% -
HSV(B) 11.19º 0.72% 0.73% -
XYZ 23.19 15.72 4.94 -
YUV 105.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 185 76 51 0 0.59 0.72 0.27 11.19 0.57 0.46
Hex B9 4C 33 0 3B 48 1B B 39 2E
Octal 271 114 63 0 73 110 33 13 71 56
Binary 10111001 1001100 110011 0 111011 1001000 11011 1011 111001 101110

Color Harmonies of #B94C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C33

Black with #B94C33

Text Example


Text Example

White with #B94C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C33; }

 p { color: rgb(185,76,51); }

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

background-color css

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

 a { background-color: rgb(185,76,51); }

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

border-color css

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

 span { border-color: rgb(185,76,51); }

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