Html Css Color HEX #B84540 Chestnut

📋 copy color: '#B84540'

red 184 ◦ green 69 ◦ blue 64

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

Shades of Chestnut #B84540

Tints of Chestnut #B84540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 58.04%
G = 21.77%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B84540 (or 0xB84540) is known color: Chestnut. HEX triplet: B8, 45 and 40. RGB value is (184,69,64). Sum of RGB (Red+Green+Blue) = 184+69+64=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B84540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84540 is #47BABF. Grayscale: #666666. Windows color (decimal): -4700864 or 4212152. OLE color: 4212152.

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

Color convert

RGB 184 69 64 -
CMYK 0 0.62 0.65 0.28
HSL 2.5º 0.48% 0.49% -
HSV(B) 2.5º 0.65% 0.72% -
XYZ 22.82 14.82 6.51 -
YUV 102.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 184 69 64 0 0.62 0.65 0.28 2.5 0.48 0.49
Hex B8 45 40 0 3E 41 1C 2 30 31
Octal 270 105 100 0 76 101 34 2 60 61
Binary 10111000 1000101 1000000 0 111110 1000001 11100 10 110000 110001

Color Harmonies of #B84540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84540

Black with #B84540

Text Example


Text Example

White with #B84540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84540; }

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

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

background-color css

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

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

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

border-color css

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

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

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