Html Css Color HEX #B84846 Chestnut

📋 copy color: '#B84846'

red 184 ◦ green 72 ◦ blue 70

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

Shades of Chestnut #B84846

Tints of Chestnut #B84846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 56.44%
G = 22.09%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B84846 (or 0xB84846) is known color: Chestnut. HEX triplet: B8, 48 and 46. RGB value is (184,72,70). Sum of RGB (Red+Green+Blue) = 184+72+70=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B84846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84846 is #47B7B9. Grayscale: #696969. Windows color (decimal): -4700090 or 4606136. OLE color: 4606136.

HSL color Cylindrical-coordinate representation of color #B84846: hue angle of 1.05º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84846 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 72 70 -
CMYK 0 0.61 0.62 0.28
HSL 1.05º 0.45% 0.5% -
HSV(B) 1.05º 0.62% 0.72% -
XYZ 23.19 15.27 7.52 -
YUV 105.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 184 72 70 0 0.61 0.62 0.28 1.05 0.45 0.5
Hex B8 48 46 0 3D 3E 1C 1 2D 32
Octal 270 110 106 0 75 76 34 1 55 62
Binary 10111000 1001000 1000110 0 111101 111110 11100 1 101101 110010

Color Harmonies of #B84846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84846

Black with #B84846

Text Example


Text Example

White with #B84846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84846; }

 p { color: rgb(184,72,70); }

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

background-color css

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

 a { background-color: rgb(184,72,70); }

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

border-color css

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

 span { border-color: rgb(184,72,70); }

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