Html Css Color HEX #B94527 Grenadier

📋 copy color: '#B94527'

red 185 ◦ green 69 ◦ blue 39

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

Shades of Grenadier #B94527

Tints of Grenadier #B94527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 63.14%
G = 23.55%
B = 13.31%

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

#B94527 (or 0xB94527) is known color: Grenadier. HEX triplet: B9, 45 and 27. RGB value is (185,69,39). Sum of RGB (Red+Green+Blue) = 185+69+39=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B94527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94527 is #46BAD8. Grayscale: #646464. Windows color (decimal): -4635353 or 2573753. OLE color: 2573753.

HSL color Cylindrical-coordinate representation of color #B94527: hue angle of 12.33º degrees, saturation: 0.65, 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 #B94527 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 39 -
CMYK 0 0.63 0.79 0.27
HSL 12.33º 0.65% 0.44% -
HSV(B) 12.33º 0.79% 0.73% -
XYZ 22.5 14.72 3.57 -
YUV 100.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 185 69 39 0 0.63 0.79 0.27 12.33 0.65 0.44
Hex B9 45 27 0 3F 4F 1B C 41 2C
Octal 271 105 47 0 77 117 33 14 101 54
Binary 10111001 1000101 100111 0 111111 1001111 11011 1100 1000001 101100

Color Harmonies of #B94527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94527

Black with #B94527

Text Example


Text Example

White with #B94527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94527; }

 p { color: rgb(185,69,39); }

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

background-color css

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

 a { background-color: rgb(185,69,39); }

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

border-color css

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

 span { border-color: rgb(185,69,39); }

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