Html Css Color HEX #B84A38 Grenadier

📋 copy color: '#B84A38'

red 184 ◦ green 74 ◦ blue 56

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

Shades of Grenadier #B84A38

Tints of Grenadier #B84A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 58.6%
G = 23.57%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B84A38 (or 0xB84A38) is known color: Grenadier. HEX triplet: B8, 4A and 38. RGB value is (184,74,56). Sum of RGB (Red+Green+Blue) = 184+74+56=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A38 is #47B5C7. Grayscale: #696969. Windows color (decimal): -4699592 or 3689144. OLE color: 3689144.

HSL color Cylindrical-coordinate representation of color #B84A38: hue angle of 8.44º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84A38 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 56 -
CMYK 0 0.60 0.70 0.28
HSL 8.44º 0.53% 0.47% -
HSV(B) 8.44º 0.7% 0.72% -
XYZ 22.93 15.37 5.5 -
YUV 104.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 184 74 56 0 0.60 0.70 0.28 8.44 0.53 0.47
Hex B8 4A 38 0 3C 46 1C 8 35 2F
Octal 270 112 70 0 74 106 34 10 65 57
Binary 10111000 1001010 111000 0 111100 1000110 11100 1000 110101 101111

Color Harmonies of #B84A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A38

Black with #B84A38

Text Example


Text Example

White with #B84A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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