Html Css Color HEX #B84440 Chestnut

📋 copy color: '#B84440'

red 184 ◦ green 68 ◦ blue 64

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

Shades of Chestnut #B84440

Tints of Chestnut #B84440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 58.23%
G = 21.52%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B84440 (or 0xB84440) is known color: Chestnut. HEX triplet: B8, 44 and 40. RGB value is (184,68,64). Sum of RGB (Red+Green+Blue) = 184+68+64=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B84440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84440 is #47BBBF. Grayscale: #666666. Windows color (decimal): -4701120 or 4211896. OLE color: 4211896.

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

Color convert

RGB 184 68 64 -
CMYK 0 0.63 0.65 0.28
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.72% -
XYZ 22.76 14.69 6.49 -
YUV 102.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 184 68 64 0 0.63 0.65 0.28 2 0.48 0.49
Hex B8 44 40 0 3F 41 1C 2 30 31
Octal 270 104 100 0 77 101 34 2 60 61
Binary 10111000 1000100 1000000 0 111111 1000001 11100 10 110000 110001

Color Harmonies of #B84440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84440

Black with #B84440

Text Example


Text Example

White with #B84440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84440; }

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

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

background-color css

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

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

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

border-color css

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

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

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