Html Css Color HEX #B84A32 Grenadier

📋 copy color: '#B84A32'

red 184 ◦ green 74 ◦ blue 50

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

Shades of Grenadier #B84A32

Tints of Grenadier #B84A32

RGB

 RED value IS 184 (72.27% from 255) = 59.74%

 GREEN value IS 74 (29.3% from 255) = 24.03%

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

R = 59.74%
G = 24.03%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B84A32 (or 0xB84A32) is known color: Grenadier. HEX triplet: B8, 4A and 32. RGB value is (184,74,50). Sum of RGB (Red+Green+Blue) = 184+74+50=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A32 is #47B5CD. Grayscale: #686868. Windows color (decimal): -4699598 or 3295928. OLE color: 3295928.

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

Color convert

RGB 184 74 50 -
CMYK 0 0.60 0.73 0.28
HSL 10.75º 0.57% 0.46% -
HSV(B) 10.75º 0.73% 0.72% -
XYZ 22.79 15.32 4.77 -
YUV 104.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 184 74 50 0 0.60 0.73 0.28 10.75 0.57 0.46
Hex B8 4A 32 0 3C 49 1C B 39 2E
Octal 270 112 62 0 74 111 34 13 71 56
Binary 10111000 1001010 110010 0 111100 1001001 11100 1011 111001 101110

Color Harmonies of #B84A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A32

Black with #B84A32

Text Example


Text Example

White with #B84A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A32; }

 p { color: rgb(184,74,50); }

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

background-color css

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

 a { background-color: rgb(184,74,50); }

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

border-color css

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

 span { border-color: rgb(184,74,50); }

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