Html Css Color HEX #B4524A Chestnut

📋 copy color: '#B4524A'

red 180 ◦ green 82 ◦ blue 74

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

Shades of Chestnut #B4524A

Tints of Chestnut #B4524A

RGB

 RED value IS 180 (70.7% from 255) = 53.57%

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 53.57%
G = 24.4%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4524A (or 0xB4524A) is known color: Chestnut. HEX triplet: B4, 52 and 4A. RGB value is (180,82,74). Sum of RGB (Red+Green+Blue) = 180+82+74=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4524A is #4BADB5. Grayscale: #6E6E6E. Windows color (decimal): -4959670 or 4870836. OLE color: 4870836.

HSL color Cylindrical-coordinate representation of color #B4524A: hue angle of 4.53º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4524A is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 74 -
CMYK 0 0.54 0.59 0.29
HSL 4.53º 0.42% 0.5% -
HSV(B) 4.53º 0.59% 0.71% -
XYZ 23.08 16.23 8.4 -
YUV 110.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 180 82 74 0 0.54 0.59 0.29 4.53 0.42 0.5
Hex B4 52 4A 0 36 3B 1D 5 2A 32
Octal 264 122 112 0 66 73 35 5 52 62
Binary 10110100 1010010 1001010 0 110110 111011 11101 101 101010 110010

Color Harmonies of #B4524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4524A

Black with #B4524A

Text Example


Text Example

White with #B4524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4524A; }

 p { color: rgb(180,82,74); }

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

background-color css

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

 a { background-color: rgb(180,82,74); }

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

border-color css

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

 span { border-color: rgb(180,82,74); }

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