Html Css Color HEX #B94A2F Grenadier

📋 copy color: '#B94A2F'

red 185 ◦ green 74 ◦ blue 47

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

Shades of Grenadier #B94A2F

Tints of Grenadier #B94A2F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 60.46%
G = 24.18%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B94A2F (or 0xB94A2F) is known color: Grenadier. HEX triplet: B9, 4A and 2F. RGB value is (185,74,47). Sum of RGB (Red+Green+Blue) = 185+74+47=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A2F is #46B5D0. Grayscale: #686868. Windows color (decimal): -4634065 or 3099321. OLE color: 3099321.

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

Color convert

RGB 185 74 47 -
CMYK 0 0.6 0.75 0.27
HSL 11.74º 0.59% 0.45% -
HSV(B) 11.74º 0.75% 0.73% -
XYZ 22.97 15.42 4.45 -
YUV 104.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 185 74 47 0 0.6 0.75 0.27 11.74 0.59 0.45
Hex B9 4A 2F 0 3C 4B 1B C 3B 2D
Octal 271 112 57 0 74 113 33 14 73 55
Binary 10111001 1001010 101111 0 111100 1001011 11011 1100 111011 101101

Color Harmonies of #B94A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A2F

Black with #B94A2F

Text Example


Text Example

White with #B94A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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