Html Css Color HEX #B94C35 Grenadier

📋 copy color: '#B94C35'

red 185 ◦ green 76 ◦ blue 53

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

Shades of Grenadier #B94C35

Tints of Grenadier #B94C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 58.92%
G = 24.2%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B94C35 (or 0xB94C35) is known color: Grenadier. HEX triplet: B9, 4C and 35. RGB value is (185,76,53). Sum of RGB (Red+Green+Blue) = 185+76+53=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C35 is #46B3CA. Grayscale: #6A6A6A. Windows color (decimal): -4633547 or 3493049. OLE color: 3493049.

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

Color convert

RGB 185 76 53 -
CMYK 0 0.59 0.71 0.27
HSL 10.45º 0.55% 0.47% -
HSV(B) 10.45º 0.71% 0.73% -
XYZ 23.23 15.74 5.18 -
YUV 105.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 185 76 53 0 0.59 0.71 0.27 10.45 0.55 0.47
Hex B9 4C 35 0 3B 47 1B A 37 2F
Octal 271 114 65 0 73 107 33 12 67 57
Binary 10111001 1001100 110101 0 111011 1000111 11011 1010 110111 101111

Color Harmonies of #B94C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C35

Black with #B94C35

Text Example


Text Example

White with #B94C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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