#B94A35

Color #B94A35 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #B94A35

Tints of Grenadier #B94A35

Color information

#B94A35 (or 0xB94A35) is unknown color: approx Grenadier. HEX triplet: B9, 4A and 35. RGB value is (185,74,53). Sum of RGB (Red+Green+Blue) = 185+74+53=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A35 is #46B5CA. Grayscale: #686868. Windows color (decimal): -4634059 or 3492537. OLE color: 3492537.

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

Color convert

RGB1857453-
CMYK00.60.710.27
HSL9.55º55.46%46.67%-
HSV(B)9.55º71.35%72.55%-
XYZ23.115.475.14-
YUV104.7998.77185.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=59.29%
G=23.72%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185745300.60.710.279.5555.4646.67
HexB94A3503C471Ba372f
Octal2711126507410733126757
Binary10111001100101011010101111001000111110111010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A35; }

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

 H1.HeaderClassName
 {
   color: #B94A35;
 }
 .AnyTagClassName
 {
   color: #B94A35;
 }
</style>
background-color css

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

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

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

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

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

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