Html Css Color HEX #B94639 Grenadier

📋 copy color: '#B94639'

red 185 ◦ green 70 ◦ blue 57

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

Shades of Grenadier #B94639

Tints of Grenadier #B94639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 57 (22.66% from 255) = 18.27%

R = 59.29%
G = 22.44%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B94639 (or 0xB94639) is known color: Grenadier. HEX triplet: B9, 46 and 39. RGB value is (185,70,57). Sum of RGB (Red+Green+Blue) = 185+70+57=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B94639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94639 is #46B9C6. Grayscale: #676767. Windows color (decimal): -4635079 or 3753657. OLE color: 3753657.

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

Color convert

RGB 185 70 57 -
CMYK 0 0.62 0.69 0.27
HSL 6.09º 0.53% 0.47% -
HSV(B) 6.09º 0.69% 0.73% -
XYZ 22.94 14.99 5.56 -
YUV 102.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 185 70 57 0 0.62 0.69 0.27 6.09 0.53 0.47
Hex B9 46 39 0 3E 45 1B 6 35 2F
Octal 271 106 71 0 76 105 33 6 65 57
Binary 10111001 1000110 111001 0 111110 1000101 11011 110 110101 101111

Color Harmonies of #B94639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94639

Black with #B94639

Text Example


Text Example

White with #B94639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94639; }

 p { color: rgb(185,70,57); }

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

background-color css

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

 a { background-color: rgb(185,70,57); }

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

border-color css

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

 span { border-color: rgb(185,70,57); }

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