Html Css Color HEX #B94735 Grenadier

📋 copy color: '#B94735'

red 185 ◦ green 71 ◦ blue 53

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

Shades of Grenadier #B94735

Tints of Grenadier #B94735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

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

R = 59.87%
G = 22.98%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B94735 (or 0xB94735) is known color: Grenadier. HEX triplet: B9, 47 and 35. RGB value is (185,71,53). Sum of RGB (Red+Green+Blue) = 185+71+53=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B94735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94735 is #46B8CA. Grayscale: #676767. Windows color (decimal): -4634827 or 3491769. OLE color: 3491769.

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

Color convert

RGB 185 71 53 -
CMYK 0 0.62 0.71 0.27
HSL 8.18º 0.55% 0.47% -
HSV(B) 8.18º 0.71% 0.73% -
XYZ 22.9 15.08 5.07 -
YUV 103.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 185 71 53 0 0.62 0.71 0.27 8.18 0.55 0.47
Hex B9 47 35 0 3E 47 1B 8 37 2F
Octal 271 107 65 0 76 107 33 10 67 57
Binary 10111001 1000111 110101 0 111110 1000111 11011 1000 110111 101111

Color Harmonies of #B94735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94735

Black with #B94735

Text Example


Text Example

White with #B94735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94735; }

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

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

background-color css

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

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

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

border-color css

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

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

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