Html Css Color HEX #B84A35 Grenadier

📋 copy color: '#B84A35'

red 184 ◦ green 74 ◦ blue 53

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

Shades of Grenadier #B84A35

Tints of Grenadier #B84A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 59.16%
G = 23.79%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B84A35 (or 0xB84A35) is known color: Grenadier. HEX triplet: B8, 4A and 35. RGB value is (184,74,53). Sum of RGB (Red+Green+Blue) = 184+74+53=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A35 is #47B5CA. Grayscale: #686868. Windows color (decimal): -4699595 or 3492536. OLE color: 3492536.

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

Color convert

RGB 184 74 53 -
CMYK 0 0.60 0.71 0.28
HSL 9.62º 0.55% 0.46% -
HSV(B) 9.62º 0.71% 0.72% -
XYZ 22.86 15.34 5.13 -
YUV 104.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 184 74 53 0 0.60 0.71 0.28 9.62 0.55 0.46
Hex B8 4A 35 0 3C 47 1C A 37 2E
Octal 270 112 65 0 74 107 34 12 67 56
Binary 10111000 1001010 110101 0 111100 1000111 11100 1010 110111 101110

Color Harmonies of #B84A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A35

Black with #B84A35

Text Example


Text Example

White with #B84A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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