Html Css Color HEX #B94730 Grenadier

📋 copy color: '#B94730'

red 185 ◦ green 71 ◦ blue 48

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

Shades of Grenadier #B94730

Tints of Grenadier #B94730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 60.86%
G = 23.36%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B94730 (or 0xB94730) is known color: Grenadier. HEX triplet: B9, 47 and 30. RGB value is (185,71,48). Sum of RGB (Red+Green+Blue) = 185+71+48=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B94730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94730 is #46B8CF. Grayscale: #666666. Windows color (decimal): -4634832 or 3164089. OLE color: 3164089.

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

Color convert

RGB 185 71 48 -
CMYK 0 0.62 0.74 0.27
HSL 10.07º 0.59% 0.46% -
HSV(B) 10.07º 0.74% 0.73% -
XYZ 22.79 15.03 4.5 -
YUV 102.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 185 71 48 0 0.62 0.74 0.27 10.07 0.59 0.46
Hex B9 47 30 0 3E 4A 1B A 3B 2E
Octal 271 107 60 0 76 112 33 12 73 56
Binary 10111001 1000111 110000 0 111110 1001010 11011 1010 111011 101110

Color Harmonies of #B94730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94730

Black with #B94730

Text Example


Text Example

White with #B94730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94730; }

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

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

background-color css

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

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

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

border-color css

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

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

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