Html Css Color HEX #B84A40 Chestnut

📋 copy color: '#B84A40'

red 184 ◦ green 74 ◦ blue 64

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

Shades of Chestnut #B84A40

Tints of Chestnut #B84A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 57.14%
G = 22.98%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B84A40 (or 0xB84A40) is known color: Chestnut. HEX triplet: B8, 4A and 40. RGB value is (184,74,64). Sum of RGB (Red+Green+Blue) = 184+74+64=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A40 is #47B5BF. Grayscale: #696969. Windows color (decimal): -4699584 or 4213432. OLE color: 4213432.

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

Color convert

RGB 184 74 64 -
CMYK 0 0.60 0.65 0.28
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.72% -
XYZ 23.14 15.46 6.61 -
YUV 105.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 184 74 64 0 0.60 0.65 0.28 5 0.48 0.49
Hex B8 4A 40 0 3C 41 1C 5 30 31
Octal 270 112 100 0 74 101 34 5 60 61
Binary 10111000 1001010 1000000 0 111100 1000001 11100 101 110000 110001

Color Harmonies of #B84A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A40

Black with #B84A40

Text Example


Text Example

White with #B84A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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