Html Css Color HEX #B95131 Grenadier

📋 copy color: '#B95131'

red 185 ◦ green 81 ◦ blue 49

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

Shades of Grenadier #B95131

Tints of Grenadier #B95131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 58.73%
G = 25.71%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B95131 (or 0xB95131) is known color: Grenadier. HEX triplet: B9, 51 and 31. RGB value is (185,81,49). Sum of RGB (Red+Green+Blue) = 185+81+49=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B95131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95131 is #46AECE. Grayscale: #6C6C6C. Windows color (decimal): -4632271 or 3232185. OLE color: 3232185.

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

Color convert

RGB 185 81 49 -
CMYK 0 0.56 0.74 0.27
HSL 14.12º 0.58% 0.46% -
HSV(B) 14.12º 0.74% 0.73% -
XYZ 23.5 16.42 4.84 -
YUV 108.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 185 81 49 0 0.56 0.74 0.27 14.12 0.58 0.46
Hex B9 51 31 0 38 4A 1B E 3A 2E
Octal 271 121 61 0 70 112 33 16 72 56
Binary 10111001 1010001 110001 0 111000 1001010 11011 1110 111010 101110

Color Harmonies of #B95131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95131

Black with #B95131

Text Example


Text Example

White with #B95131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95131; }

 p { color: rgb(185,81,49); }

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

background-color css

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

 a { background-color: rgb(185,81,49); }

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

border-color css

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

 span { border-color: rgb(185,81,49); }

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