Html Css Color HEX #B3504E Chestnut

📋 copy color: '#B3504E'

red 179 ◦ green 80 ◦ blue 78

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

Shades of Chestnut #B3504E

Tints of Chestnut #B3504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 53.12%
G = 23.74%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3504E (or 0xB3504E) is known color: Chestnut. HEX triplet: B3, 50 and 4E. RGB value is (179,80,78). Sum of RGB (Red+Green+Blue) = 179+80+78=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3504E is #4CAFB1. Grayscale: #6D6D6D. Windows color (decimal): -5025714 or 5132467. OLE color: 5132467.

HSL color Cylindrical-coordinate representation of color #B3504E: hue angle of 1.19º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3504E is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 78 -
CMYK 0 0.55 0.56 0.30
HSL 1.19º 0.4% 0.5% -
HSV(B) 1.19º 0.56% 0.7% -
XYZ 22.83 15.87 9.07 -
YUV 109.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 179 80 78 0 0.55 0.56 0.30 1.19 0.4 0.5
Hex B3 50 4E 0 37 38 1E 1 28 32
Octal 263 120 116 0 67 70 36 1 50 62
Binary 10110011 1010000 1001110 0 110111 111000 11110 1 101000 110010

Color Harmonies of #B3504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3504E

Black with #B3504E

Text Example


Text Example

White with #B3504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3504E; }

 p { color: rgb(179,80,78); }

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

background-color css

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

 a { background-color: rgb(179,80,78); }

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

border-color css

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

 span { border-color: rgb(179,80,78); }

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