Html Css Color HEX #B84A47 Chestnut

📋 copy color: '#B84A47'

red 184 ◦ green 74 ◦ blue 71

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

Shades of Chestnut #B84A47

Tints of Chestnut #B84A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 55.93%
G = 22.49%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B84A47 (or 0xB84A47) is known color: Chestnut. HEX triplet: B8, 4A and 47. RGB value is (184,74,71). Sum of RGB (Red+Green+Blue) = 184+74+71=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A47 is #47B5B8. Grayscale: #6A6A6A. Windows color (decimal): -4699577 or 4672184. OLE color: 4672184.

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

Color convert

RGB 184 74 71 -
CMYK 0 0.60 0.61 0.28
HSL 1.59º 0.44% 0.5% -
HSV(B) 1.59º 0.61% 0.72% -
XYZ 23.35 15.54 7.73 -
YUV 106.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 184 74 71 0 0.60 0.61 0.28 1.59 0.44 0.5
Hex B8 4A 47 0 3C 3D 1C 2 2C 32
Octal 270 112 107 0 74 75 34 2 54 62
Binary 10111000 1001010 1000111 0 111100 111101 11100 10 101100 110010

Color Harmonies of #B84A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A47

Black with #B84A47

Text Example


Text Example

White with #B84A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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