Html Css Color HEX #B3503E Chestnut

📋 copy color: '#B3503E'

red 179 ◦ green 80 ◦ blue 62

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

Shades of Chestnut #B3503E

Tints of Chestnut #B3503E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 55.76%
G = 24.92%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3503E (or 0xB3503E) is known color: Chestnut. HEX triplet: B3, 50 and 3E. RGB value is (179,80,62). Sum of RGB (Red+Green+Blue) = 179+80+62=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3503E is #4CAFC1. Grayscale: #6B6B6B. Windows color (decimal): -5025730 or 4083891. OLE color: 4083891.

HSL color Cylindrical-coordinate representation of color #B3503E: hue angle of 9.23º degrees, saturation: 0.49, 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 #B3503E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 62 -
CMYK 0 0.55 0.65 0.30
HSL 9.23º 0.49% 0.47% -
HSV(B) 9.23º 0.65% 0.7% -
XYZ 22.33 15.67 6.4 -
YUV 107.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 179 80 62 0 0.55 0.65 0.30 9.23 0.49 0.47
Hex B3 50 3E 0 37 41 1E 9 31 2F
Octal 263 120 76 0 67 101 36 11 61 57
Binary 10110011 1010000 111110 0 110111 1000001 11110 1001 110001 101111

Color Harmonies of #B3503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3503E

Black with #B3503E

Text Example


Text Example

White with #B3503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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