Html Css Color HEX #B94630 Grenadier

📋 copy color: '#B94630'

red 185 ◦ green 70 ◦ blue 48

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

Shades of Grenadier #B94630

Tints of Grenadier #B94630

RGB

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

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

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

R = 61.06%
G = 23.1%
B = 15.84%

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

#B94630 (or 0xB94630) is known color: Grenadier. HEX triplet: B9, 46 and 30. RGB value is (185,70,48). Sum of RGB (Red+Green+Blue) = 185+70+48=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B94630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94630 is #46B9CF. Grayscale: #666666. Windows color (decimal): -4635088 or 3163833. OLE color: 3163833.

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

Color convert

RGB 185 70 48 -
CMYK 0 0.62 0.74 0.27
HSL 9.64º 0.59% 0.46% -
HSV(B) 9.64º 0.74% 0.73% -
XYZ 22.73 14.91 4.48 -
YUV 101.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 185 70 48 0 0.62 0.74 0.27 9.64 0.59 0.46
Hex B9 46 30 0 3E 4A 1B A 3B 2E
Octal 271 106 60 0 76 112 33 12 73 56
Binary 10111001 1000110 110000 0 111110 1001010 11011 1010 111011 101110

Color Harmonies of #B94630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94630

Black with #B94630

Text Example


Text Example

White with #B94630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94630; }

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

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

background-color css

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

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

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

border-color css

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

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

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