Html Css Color HEX #B9462D Grenadier

📋 copy color: '#B9462D'

red 185 ◦ green 70 ◦ blue 45

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

Shades of Grenadier #B9462D

Tints of Grenadier #B9462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 61.67%
G = 23.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9462D (or 0xB9462D) is known color: Grenadier. HEX triplet: B9, 46 and 2D. RGB value is (185,70,45). Sum of RGB (Red+Green+Blue) = 185+70+45=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9462D is #46B9D2. Grayscale: #656565. Windows color (decimal): -4635091 or 2967225. OLE color: 2967225.

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

Color convert

RGB 185 70 45 -
CMYK 0 0.62 0.76 0.27
HSL 10.71º 0.61% 0.45% -
HSV(B) 10.71º 0.76% 0.73% -
XYZ 22.67 14.88 4.16 -
YUV 101.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 185 70 45 0 0.62 0.76 0.27 10.71 0.61 0.45
Hex B9 46 2D 0 3E 4C 1B B 3D 2D
Octal 271 106 55 0 76 114 33 13 75 55
Binary 10111001 1000110 101101 0 111110 1001100 11011 1011 111101 101101

Color Harmonies of #B9462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9462D

Black with #B9462D

Text Example


Text Example

White with #B9462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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