Html Css Color HEX #B94426 Grenadier

📋 copy color: '#B94426'

red 185 ◦ green 68 ◦ blue 38

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

Shades of Grenadier #B94426

Tints of Grenadier #B94426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 63.57%
G = 23.37%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B94426 (or 0xB94426) is known color: Grenadier. HEX triplet: B9, 44 and 26. RGB value is (185,68,38). Sum of RGB (Red+Green+Blue) = 185+68+38=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B94426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94426 is #46BBD9. Grayscale: #636363. Windows color (decimal): -4635610 or 2507961. OLE color: 2507961.

HSL color Cylindrical-coordinate representation of color #B94426: hue angle of 12.24º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B94426 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 38 -
CMYK 0 0.63 0.79 0.27
HSL 12.24º 0.66% 0.44% -
HSV(B) 12.24º 0.79% 0.73% -
XYZ 22.42 14.59 3.47 -
YUV 99.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 185 68 38 0 0.63 0.79 0.27 12.24 0.66 0.44
Hex B9 44 26 0 3F 4F 1B C 42 2C
Octal 271 104 46 0 77 117 33 14 102 54
Binary 10111001 1000100 100110 0 111111 1001111 11011 1100 1000010 101100

Color Harmonies of #B94426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94426

Black with #B94426

Text Example


Text Example

White with #B94426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94426; }

 p { color: rgb(185,68,38); }

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

background-color css

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

 a { background-color: rgb(185,68,38); }

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

border-color css

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

 span { border-color: rgb(185,68,38); }

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