Html Css Color HEX #B84A48 Chestnut

📋 copy color: '#B84A48'

red 184 ◦ green 74 ◦ blue 72

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

Shades of Chestnut #B84A48

Tints of Chestnut #B84A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 55.76%
G = 22.42%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B84A48 (or 0xB84A48) is known color: Chestnut. HEX triplet: B8, 4A and 48. RGB value is (184,74,72). Sum of RGB (Red+Green+Blue) = 184+74+72=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A48 is #47B5B7. Grayscale: #6A6A6A. Windows color (decimal): -4699576 or 4737720. OLE color: 4737720.

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

Color convert

RGB 184 74 72 -
CMYK 0 0.60 0.61 0.28
HSL 1.07º 0.44% 0.5% -
HSV(B) 1.07º 0.61% 0.72% -
XYZ 23.39 15.56 7.9 -
YUV 106.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 184 74 72 0 0.60 0.61 0.28 1.07 0.44 0.5
Hex B8 4A 48 0 3C 3D 1C 1 2C 32
Octal 270 112 110 0 74 75 34 1 54 62
Binary 10111000 1001010 1001000 0 111100 111101 11100 1 101100 110010

Color Harmonies of #B84A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A48

Black with #B84A48

Text Example


Text Example

White with #B84A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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