Html Css Color HEX #B94F2F Grenadier

📋 copy color: '#B94F2F'

red 185 ◦ green 79 ◦ blue 47

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

Shades of Grenadier #B94F2F

Tints of Grenadier #B94F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.4%

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

R = 59.49%
G = 25.4%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B94F2F (or 0xB94F2F) is known color: Grenadier. HEX triplet: B9, 4F and 2F. RGB value is (185,79,47). Sum of RGB (Red+Green+Blue) = 185+79+47=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94F2F is #46B0D0. Grayscale: #6B6B6B. Windows color (decimal): -4632785 or 3100601. OLE color: 3100601.

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

Color convert

RGB 185 79 47 -
CMYK 0 0.57 0.75 0.27
HSL 13.91º 0.59% 0.45% -
HSV(B) 13.91º 0.75% 0.73% -
XYZ 23.32 16.11 4.57 -
YUV 107.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 185 79 47 0 0.57 0.75 0.27 13.91 0.59 0.45
Hex B9 4F 2F 0 39 4B 1B E 3B 2D
Octal 271 117 57 0 71 113 33 16 73 55
Binary 10111001 1001111 101111 0 111001 1001011 11011 1110 111011 101101

Color Harmonies of #B94F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94F2F

Black with #B94F2F

Text Example


Text Example

White with #B94F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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