Html Css Color HEX #B94632 Grenadier

📋 copy color: '#B94632'

red 185 ◦ green 70 ◦ blue 50

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

Shades of Grenadier #B94632

Tints of Grenadier #B94632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 60.66%
G = 22.95%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B94632 (or 0xB94632) is known color: Grenadier. HEX triplet: B9, 46 and 32. RGB value is (185,70,50). Sum of RGB (Red+Green+Blue) = 185+70+50=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B94632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94632 is #46B9CD. Grayscale: #666666. Windows color (decimal): -4635086 or 3294905. OLE color: 3294905.

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

Color convert

RGB 185 70 50 -
CMYK 0 0.62 0.73 0.27
HSL 8.89º 0.57% 0.46% -
HSV(B) 8.89º 0.73% 0.73% -
XYZ 22.77 14.92 4.7 -
YUV 102.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 185 70 50 0 0.62 0.73 0.27 8.89 0.57 0.46
Hex B9 46 32 0 3E 49 1B 9 39 2E
Octal 271 106 62 0 76 111 33 11 71 56
Binary 10111001 1000110 110010 0 111110 1001001 11011 1001 111001 101110

Color Harmonies of #B94632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94632

Black with #B94632

Text Example


Text Example

White with #B94632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94632; }

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

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

background-color css

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

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

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

border-color css

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

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

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