Html Css Color HEX #B84240 Chestnut

📋 copy color: '#B84240'

red 184 ◦ green 66 ◦ blue 64

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

Shades of Chestnut #B84240

Tints of Chestnut #B84240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

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

R = 58.6%
G = 21.02%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B84240 (or 0xB84240) is known color: Chestnut. HEX triplet: B8, 42 and 40. RGB value is (184,66,64). Sum of RGB (Red+Green+Blue) = 184+66+64=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B84240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84240 is #47BDBF. Grayscale: #656565. Windows color (decimal): -4701632 or 4211384. OLE color: 4211384.

HSL color Cylindrical-coordinate representation of color #B84240: hue angle of 1º 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 #B84240 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 66 64 -
CMYK 0 0.64 0.65 0.28
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.72% -
XYZ 22.64 14.46 6.45 -
YUV 101.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 184 66 64 0 0.64 0.65 0.28 1 0.48 0.49
Hex B8 42 40 0 40 41 1C 1 30 31
Octal 270 102 100 0 100 101 34 1 60 61
Binary 10111000 1000010 1000000 0 1000000 1000001 11100 1 110000 110001

Color Harmonies of #B84240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84240

Black with #B84240

Text Example


Text Example

White with #B84240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84240; }

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

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

background-color css

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

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

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

border-color css

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

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

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