Html Css Color HEX #B95037 Grenadier

📋 copy color: '#B95037'

red 185 ◦ green 80 ◦ blue 55

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

Shades of Grenadier #B95037

Tints of Grenadier #B95037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 57.81%
G = 25%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B95037 (or 0xB95037) is known color: Grenadier. HEX triplet: B9, 50 and 37. RGB value is (185,80,55). Sum of RGB (Red+Green+Blue) = 185+80+55=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B95037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95037 is #46AFC8. Grayscale: #6C6C6C. Windows color (decimal): -4632521 or 3625145. OLE color: 3625145.

HSL color Cylindrical-coordinate representation of color #B95037: hue angle of 11.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B95037 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 55 -
CMYK 0 0.57 0.70 0.27
HSL 11.54º 0.54% 0.47% -
HSV(B) 11.54º 0.7% 0.73% -
XYZ 23.57 16.33 5.52 -
YUV 108.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 185 80 55 0 0.57 0.70 0.27 11.54 0.54 0.47
Hex B9 50 37 0 39 46 1B C 36 2F
Octal 271 120 67 0 71 106 33 14 66 57
Binary 10111001 1010000 110111 0 111001 1000110 11011 1100 110110 101111

Color Harmonies of #B95037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95037

Black with #B95037

Text Example


Text Example

White with #B95037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95037; }

 p { color: rgb(185,80,55); }

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

background-color css

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

 a { background-color: rgb(185,80,55); }

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

border-color css

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

 span { border-color: rgb(185,80,55); }

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