Html Css Color HEX #B4533F Chestnut

📋 copy color: '#B4533F'

red 180 ◦ green 83 ◦ blue 63

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

Shades of Chestnut #B4533F

Tints of Chestnut #B4533F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 55.21%
G = 25.46%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4533F (or 0xB4533F) is known color: Chestnut. HEX triplet: B4, 53 and 3F. RGB value is (180,83,63). Sum of RGB (Red+Green+Blue) = 180+83+63=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4533F is #4BACC0. Grayscale: #6D6D6D. Windows color (decimal): -4959425 or 4150196. OLE color: 4150196.

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

Color convert

RGB 180 83 63 -
CMYK 0 0.54 0.65 0.29
HSL 10.26º 0.48% 0.48% -
HSV(B) 10.26º 0.65% 0.71% -
XYZ 22.81 16.25 6.64 -
YUV 109.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 180 83 63 0 0.54 0.65 0.29 10.26 0.48 0.48
Hex B4 53 3F 0 36 41 1D A 30 30
Octal 264 123 77 0 66 101 35 12 60 60
Binary 10110100 1010011 111111 0 110110 1000001 11101 1010 110000 110000

Color Harmonies of #B4533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4533F

Black with #B4533F

Text Example


Text Example

White with #B4533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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