Html Css Color HEX #B4534D Chestnut

📋 copy color: '#B4534D'

red 180 ◦ green 83 ◦ blue 77

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

Shades of Chestnut #B4534D

Tints of Chestnut #B4534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 52.94%
G = 24.41%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4534D (or 0xB4534D) is known color: Chestnut. HEX triplet: B4, 53 and 4D. RGB value is (180,83,77). Sum of RGB (Red+Green+Blue) = 180+83+77=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4534D is #4BACB2. Grayscale: #6F6F6F. Windows color (decimal): -4959411 or 5067700. OLE color: 5067700.

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

Color convert

RGB 180 83 77 -
CMYK 0 0.54 0.57 0.29
HSL 3.5º 0.41% 0.5% -
HSV(B) 3.5º 0.57% 0.71% -
XYZ 23.26 16.43 8.97 -
YUV 111.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 180 83 77 0 0.54 0.57 0.29 3.5 0.41 0.5
Hex B4 53 4D 0 36 39 1D 3 29 32
Octal 264 123 115 0 66 71 35 3 51 62
Binary 10110100 1010011 1001101 0 110110 111001 11101 11 101001 110010

Color Harmonies of #B4534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4534D

Black with #B4534D

Text Example


Text Example

White with #B4534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4534D; }

 p { color: rgb(180,83,77); }

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

background-color css

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

 a { background-color: rgb(180,83,77); }

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

border-color css

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

 span { border-color: rgb(180,83,77); }

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