Html Css Color HEX #B3523F Chestnut

📋 copy color: '#B3523F'

red 179 ◦ green 82 ◦ blue 63

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

Shades of Chestnut #B3523F

Tints of Chestnut #B3523F

RGB

 RED value IS 179 (70.31% from 255) = 55.25%

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

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

R = 55.25%
G = 25.31%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3523F (or 0xB3523F) is known color: Chestnut. HEX triplet: B3, 52 and 3F. RGB value is (179,82,63). Sum of RGB (Red+Green+Blue) = 179+82+63=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3523F is #4CADC0. Grayscale: #6D6D6D. Windows color (decimal): -5025217 or 4149939. OLE color: 4149939.

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

Color convert

RGB 179 82 63 -
CMYK 0 0.54 0.65 0.30
HSL 9.83º 0.48% 0.47% -
HSV(B) 9.83º 0.65% 0.7% -
XYZ 22.5 15.98 6.6 -
YUV 108.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 179 82 63 0 0.54 0.65 0.30 9.83 0.48 0.47
Hex B3 52 3F 0 36 41 1E A 30 2F
Octal 263 122 77 0 66 101 36 12 60 57
Binary 10110011 1010010 111111 0 110110 1000001 11110 1010 110000 101111

Color Harmonies of #B3523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3523F

Black with #B3523F

Text Example


Text Example

White with #B3523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3523F; }

 p { color: rgb(179,82,63); }

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

background-color css

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

 a { background-color: rgb(179,82,63); }

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

border-color css

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

 span { border-color: rgb(179,82,63); }

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