Html Css Color HEX #B94935 Grenadier

📋 copy color: '#B94935'

red 185 ◦ green 73 ◦ blue 53

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

Shades of Grenadier #B94935

Tints of Grenadier #B94935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 59.49%
G = 23.47%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B94935 (or 0xB94935) is known color: Grenadier. HEX triplet: B9, 49 and 35. RGB value is (185,73,53). Sum of RGB (Red+Green+Blue) = 185+73+53=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B94935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94935 is #46B6CA. Grayscale: #686868. Windows color (decimal): -4634315 or 3492281. OLE color: 3492281.

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

Color convert

RGB 185 73 53 -
CMYK 0 0.61 0.71 0.27
HSL 9.09º 0.55% 0.47% -
HSV(B) 9.09º 0.71% 0.73% -
XYZ 23.03 15.34 5.11 -
YUV 104.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 185 73 53 0 0.61 0.71 0.27 9.09 0.55 0.47
Hex B9 49 35 0 3D 47 1B 9 37 2F
Octal 271 111 65 0 75 107 33 11 67 57
Binary 10111001 1001001 110101 0 111101 1000111 11011 1001 110111 101111

Color Harmonies of #B94935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94935

Black with #B94935

Text Example


Text Example

White with #B94935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94935; }

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

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

background-color css

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

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

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

border-color css

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

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

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