Html Css Color HEX #B84642 Chestnut

📋 copy color: '#B84642'

red 184 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #B84642

Tints of Chestnut #B84642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 57.5%
G = 21.88%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B84642 (or 0xB84642) is known color: Chestnut. HEX triplet: B8, 46 and 42. RGB value is (184,70,66). Sum of RGB (Red+Green+Blue) = 184+70+66=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B84642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84642 is #47B9BD. Grayscale: #676767. Windows color (decimal): -4700606 or 4343480. OLE color: 4343480.

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

Color convert

RGB 184 70 66 -
CMYK 0 0.62 0.64 0.28
HSL 2.03º 0.47% 0.49% -
HSV(B) 2.03º 0.64% 0.72% -
XYZ 22.94 14.96 6.83 -
YUV 103.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 184 70 66 0 0.62 0.64 0.28 2.03 0.47 0.49
Hex B8 46 42 0 3E 40 1C 2 2F 31
Octal 270 106 102 0 76 100 34 2 57 61
Binary 10111000 1000110 1000010 0 111110 1000000 11100 10 101111 110001

Color Harmonies of #B84642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84642

Black with #B84642

Text Example


Text Example

White with #B84642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84642; }

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

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

background-color css

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

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

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

border-color css

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

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

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