Html Css Color HEX #B94D2F Grenadier

📋 copy color: '#B94D2F'

red 185 ◦ green 77 ◦ blue 47

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

Shades of Grenadier #B94D2F

Tints of Grenadier #B94D2F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 59.87%
G = 24.92%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B94D2F (or 0xB94D2F) is known color: Grenadier. HEX triplet: B9, 4D and 2F. RGB value is (185,77,47). Sum of RGB (Red+Green+Blue) = 185+77+47=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D2F is #46B2D0. Grayscale: #6A6A6A. Windows color (decimal): -4633297 or 3100089. OLE color: 3100089.

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

Color convert

RGB 185 77 47 -
CMYK 0 0.58 0.75 0.27
HSL 13.04º 0.59% 0.45% -
HSV(B) 13.04º 0.75% 0.73% -
XYZ 23.17 15.83 4.52 -
YUV 105.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 185 77 47 0 0.58 0.75 0.27 13.04 0.59 0.45
Hex B9 4D 2F 0 3A 4B 1B D 3B 2D
Octal 271 115 57 0 72 113 33 15 73 55
Binary 10111001 1001101 101111 0 111010 1001011 11011 1101 111011 101101

Color Harmonies of #B94D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D2F

Black with #B94D2F

Text Example


Text Example

White with #B94D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D2F; }

 p { color: rgb(185,77,47); }

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

background-color css

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

 a { background-color: rgb(185,77,47); }

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

border-color css

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

 span { border-color: rgb(185,77,47); }

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