Html Css Color HEX #B94C3C Grenadier

📋 copy color: '#B94C3C'

red 185 ◦ green 76 ◦ blue 60

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

Shades of Grenadier #B94C3C

Tints of Grenadier #B94C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 57.63%
G = 23.68%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B94C3C (or 0xB94C3C) is known color: Grenadier. HEX triplet: B9, 4C and 3C. RGB value is (185,76,60). Sum of RGB (Red+Green+Blue) = 185+76+60=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C3C is #46B3C3. Grayscale: #6A6A6A. Windows color (decimal): -4633540 or 3951801. OLE color: 3951801.

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

Color convert

RGB 185 76 60 -
CMYK 0 0.59 0.68 0.27
HSL 7.68º 0.51% 0.48% -
HSV(B) 7.68º 0.68% 0.73% -
XYZ 23.41 15.81 6.09 -
YUV 106.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 185 76 60 0 0.59 0.68 0.27 7.68 0.51 0.48
Hex B9 4C 3C 0 3B 44 1B 8 33 30
Octal 271 114 74 0 73 104 33 10 63 60
Binary 10111001 1001100 111100 0 111011 1000100 11011 1000 110011 110000

Color Harmonies of #B94C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C3C

Black with #B94C3C

Text Example


Text Example

White with #B94C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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