Html Css Color HEX #B84242 Chestnut

📋 copy color: '#B84242'

red 184 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #B84242

Tints of Chestnut #B84242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

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

R = 58.23%
G = 20.89%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B84242 (or 0xB84242) is known color: Chestnut. HEX triplet: B8, 42 and 42. RGB value is (184,66,66). Sum of RGB (Red+Green+Blue) = 184+66+66=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B84242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84242 is #47BDBD. Grayscale: #656565. Windows color (decimal): -4701630 or 4342456. OLE color: 4342456.

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

Color convert

RGB 184 66 66 -
CMYK 0 0.64 0.64 0.28
HSL 0.47% 0.49% -
HSV(B) 0.64% 0.72% -
XYZ 22.7 14.48 6.75 -
YUV 101.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 184 66 66 0 0.64 0.64 0.28 0 0.47 0.49
Hex B8 42 42 0 40 40 1C 0 2F 31
Octal 270 102 102 0 100 100 34 0 57 61
Binary 10111000 1000010 1000010 0 1000000 1000000 11100 0 101111 110001

Color Harmonies of #B84242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84242

Black with #B84242

Text Example


Text Example

White with #B84242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84242; }

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

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

background-color css

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

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

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

border-color css

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

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

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