Html Css Color HEX #B94633 Grenadier

📋 copy color: '#B94633'

red 185 ◦ green 70 ◦ blue 51

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

Shades of Grenadier #B94633

Tints of Grenadier #B94633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 60.46%
G = 22.88%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B94633 (or 0xB94633) is known color: Grenadier. HEX triplet: B9, 46 and 33. RGB value is (185,70,51). Sum of RGB (Red+Green+Blue) = 185+70+51=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B94633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94633 is #46B9CC. Grayscale: #666666. Windows color (decimal): -4635085 or 3360441. OLE color: 3360441.

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

Color convert

RGB 185 70 51 -
CMYK 0 0.62 0.72 0.27
HSL 8.51º 0.57% 0.46% -
HSV(B) 8.51º 0.72% 0.73% -
XYZ 22.8 14.93 4.81 -
YUV 102.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 185 70 51 0 0.62 0.72 0.27 8.51 0.57 0.46
Hex B9 46 33 0 3E 48 1B 9 39 2E
Octal 271 106 63 0 76 110 33 11 71 56
Binary 10111001 1000110 110011 0 111110 1001000 11011 1001 111001 101110

Color Harmonies of #B94633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94633

Black with #B94633

Text Example


Text Example

White with #B94633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94633; }

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

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

background-color css

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

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

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

border-color css

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

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

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