Html Css Color HEX #B95130 Grenadier

📋 copy color: '#B95130'

red 185 ◦ green 81 ◦ blue 48

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

Shades of Grenadier #B95130

Tints of Grenadier #B95130

RGB

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

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

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

R = 58.92%
G = 25.8%
B = 15.29%

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

#B95130 (or 0xB95130) is known color: Grenadier. HEX triplet: B9, 51 and 30. RGB value is (185,81,48). Sum of RGB (Red+Green+Blue) = 185+81+48=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B95130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95130 is #46AECF. Grayscale: #6C6C6C. Windows color (decimal): -4632272 or 3166649. OLE color: 3166649.

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

Color convert

RGB 185 81 48 -
CMYK 0 0.56 0.74 0.27
HSL 14.45º 0.59% 0.46% -
HSV(B) 14.45º 0.74% 0.73% -
XYZ 23.48 16.41 4.73 -
YUV 108.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 185 81 48 0 0.56 0.74 0.27 14.45 0.59 0.46
Hex B9 51 30 0 38 4A 1B E 3B 2E
Octal 271 121 60 0 70 112 33 16 73 56
Binary 10111001 1010001 110000 0 111000 1001010 11011 1110 111011 101110

Color Harmonies of #B95130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95130

Black with #B95130

Text Example


Text Example

White with #B95130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95130; }

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

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

background-color css

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

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

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

border-color css

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

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

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