Html Css Color HEX #B84A41 Chestnut

📋 copy color: '#B84A41'

red 184 ◦ green 74 ◦ blue 65

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

Shades of Chestnut #B84A41

Tints of Chestnut #B84A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 56.97%
G = 22.91%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B84A41 (or 0xB84A41) is known color: Chestnut. HEX triplet: B8, 4A and 41. RGB value is (184,74,65). Sum of RGB (Red+Green+Blue) = 184+74+65=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A41 is #47B5BE. Grayscale: #6A6A6A. Windows color (decimal): -4699583 or 4278968. OLE color: 4278968.

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

Color convert

RGB 184 74 65 -
CMYK 0 0.60 0.65 0.28
HSL 4.54º 0.48% 0.49% -
HSV(B) 4.54º 0.65% 0.72% -
XYZ 23.17 15.47 6.77 -
YUV 105.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 184 74 65 0 0.60 0.65 0.28 4.54 0.48 0.49
Hex B8 4A 41 0 3C 41 1C 5 30 31
Octal 270 112 101 0 74 101 34 5 60 61
Binary 10111000 1001010 1000001 0 111100 1000001 11100 101 110000 110001

Color Harmonies of #B84A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A41

Black with #B84A41

Text Example


Text Example

White with #B84A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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