Html Css Color HEX #B3483F Chestnut

📋 copy color: '#B3483F'

red 179 ◦ green 72 ◦ blue 63

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

Shades of Chestnut #B3483F

Tints of Chestnut #B3483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

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

R = 57.01%
G = 22.93%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3483F (or 0xB3483F) is known color: Chestnut. HEX triplet: B3, 48 and 3F. RGB value is (179,72,63). Sum of RGB (Red+Green+Blue) = 179+72+63=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B3483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3483F is #4CB7C0. Grayscale: #676767. Windows color (decimal): -5027777 or 4147379. OLE color: 4147379.

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

Color convert

RGB 179 72 63 -
CMYK 0 0.60 0.65 0.30
HSL 4.66º 0.48% 0.47% -
HSV(B) 4.66º 0.65% 0.7% -
XYZ 21.8 14.58 6.37 -
YUV 102.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 179 72 63 0 0.60 0.65 0.30 4.66 0.48 0.47
Hex B3 48 3F 0 3C 41 1E 5 30 2F
Octal 263 110 77 0 74 101 36 5 60 57
Binary 10110011 1001000 111111 0 111100 1000001 11110 101 110000 101111

Color Harmonies of #B3483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3483F

Black with #B3483F

Text Example


Text Example

White with #B3483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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