Html Css Color HEX #B84A42 Chestnut

📋 copy color: '#B84A42'

red 184 ◦ green 74 ◦ blue 66

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

Shades of Chestnut #B84A42

Tints of Chestnut #B84A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

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

R = 56.79%
G = 22.84%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B84A42 (or 0xB84A42) is known color: Chestnut. HEX triplet: B8, 4A and 42. RGB value is (184,74,66). Sum of RGB (Red+Green+Blue) = 184+74+66=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A42 is #47B5BD. Grayscale: #6A6A6A. Windows color (decimal): -4699582 or 4344504. OLE color: 4344504.

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

Color convert

RGB 184 74 66 -
CMYK 0 0.60 0.64 0.28
HSL 4.07º 0.47% 0.49% -
HSV(B) 4.07º 0.64% 0.72% -
XYZ 23.2 15.48 6.92 -
YUV 105.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 184 74 66 0 0.60 0.64 0.28 4.07 0.47 0.49
Hex B8 4A 42 0 3C 40 1C 4 2F 31
Octal 270 112 102 0 74 100 34 4 57 61
Binary 10111000 1001010 1000010 0 111100 1000000 11100 100 101111 110001

Color Harmonies of #B84A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A42

Black with #B84A42

Text Example


Text Example

White with #B84A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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