Html Css Color HEX #B84A30 Grenadier

📋 copy color: '#B84A30'

red 184 ◦ green 74 ◦ blue 48

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

Shades of Grenadier #B84A30

Tints of Grenadier #B84A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 60.13%
G = 24.18%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B84A30 (or 0xB84A30) is known color: Grenadier. HEX triplet: B8, 4A and 30. RGB value is (184,74,48). Sum of RGB (Red+Green+Blue) = 184+74+48=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A30 is #47B5CF. Grayscale: #686868. Windows color (decimal): -4699600 or 3164856. OLE color: 3164856.

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

Color convert

RGB 184 74 48 -
CMYK 0 0.60 0.74 0.28
HSL 11.47º 0.59% 0.45% -
HSV(B) 11.47º 0.74% 0.72% -
XYZ 22.75 15.3 4.55 -
YUV 103.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 184 74 48 0 0.60 0.74 0.28 11.47 0.59 0.45
Hex B8 4A 30 0 3C 4A 1C B 3B 2D
Octal 270 112 60 0 74 112 34 13 73 55
Binary 10111000 1001010 110000 0 111100 1001010 11100 1011 111011 101101

Color Harmonies of #B84A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A30

Black with #B84A30

Text Example


Text Example

White with #B84A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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