Html Css Color HEX #B4564A Chestnut

📋 copy color: '#B4564A'

red 180 ◦ green 86 ◦ blue 74

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

Shades of Chestnut #B4564A

Tints of Chestnut #B4564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

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

R = 52.94%
G = 25.29%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4564A (or 0xB4564A) is known color: Chestnut. HEX triplet: B4, 56 and 4A. RGB value is (180,86,74). Sum of RGB (Red+Green+Blue) = 180+86+74=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4564A is #4BA9B5. Grayscale: #707070. Windows color (decimal): -4958646 or 4871860. OLE color: 4871860.

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

Color convert

RGB 180 86 74 -
CMYK 0 0.52 0.59 0.29
HSL 6.79º 0.42% 0.5% -
HSV(B) 6.79º 0.59% 0.71% -
XYZ 23.39 16.85 8.5 -
YUV 112.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 180 86 74 0 0.52 0.59 0.29 6.79 0.42 0.5
Hex B4 56 4A 0 34 3B 1D 7 2A 32
Octal 264 126 112 0 64 73 35 7 52 62
Binary 10110100 1010110 1001010 0 110100 111011 11101 111 101010 110010

Color Harmonies of #B4564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4564A

Black with #B4564A

Text Example


Text Example

White with #B4564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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