Html Css Color HEX #B84F40 Chestnut

📋 copy color: '#B84F40'

red 184 ◦ green 79 ◦ blue 64

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

Shades of Chestnut #B84F40

Tints of Chestnut #B84F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.16%

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

R = 56.27%
G = 24.16%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B84F40 (or 0xB84F40) is known color: Chestnut. HEX triplet: B8, 4F and 40. RGB value is (184,79,64). Sum of RGB (Red+Green+Blue) = 184+79+64=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F40 is #47B0BF. Grayscale: #6C6C6C. Windows color (decimal): -4698304 or 4214712. OLE color: 4214712.

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

Color convert

RGB 184 79 64 -
CMYK 0 0.57 0.65 0.28
HSL 7.5º 0.48% 0.49% -
HSV(B) 7.5º 0.65% 0.72% -
XYZ 23.49 16.15 6.73 -
YUV 108.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 184 79 64 0 0.57 0.65 0.28 7.5 0.48 0.49
Hex B8 4F 40 0 39 41 1C 8 30 31
Octal 270 117 100 0 71 101 34 10 60 61
Binary 10111000 1001111 1000000 0 111001 1000001 11100 1000 110000 110001

Color Harmonies of #B84F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84F40

Black with #B84F40

Text Example


Text Example

White with #B84F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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