Html Css Color HEX #B84646 Chestnut

📋 copy color: '#B84646'

red 184 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #B84646

Tints of Chestnut #B84646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 56.79%
G = 21.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B84646 (or 0xB84646) is known color: Chestnut. HEX triplet: B8, 46 and 46. RGB value is (184,70,70). Sum of RGB (Red+Green+Blue) = 184+70+70=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B84646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84646 is #47B9B9. Grayscale: #686868. Windows color (decimal): -4700602 or 4605624. OLE color: 4605624.

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

Color convert

RGB 184 70 70 -
CMYK 0 0.62 0.62 0.28
HSL 0.45% 0.5% -
HSV(B) 0.62% 0.72% -
XYZ 23.06 15.01 7.48 -
YUV 104.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 184 70 70 0 0.62 0.62 0.28 0 0.45 0.5
Hex B8 46 46 0 3E 3E 1C 0 2D 32
Octal 270 106 106 0 76 76 34 0 55 62
Binary 10111000 1000110 1000110 0 111110 111110 11100 0 101101 110010

Color Harmonies of #B84646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84646

Black with #B84646

Text Example


Text Example

White with #B84646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84646; }

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

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

background-color css

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

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

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

border-color css

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

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

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