Html Css Color HEX #B3554E Chestnut

📋 copy color: '#B3554E'

red 179 ◦ green 85 ◦ blue 78

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

Shades of Chestnut #B3554E

Tints of Chestnut #B3554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

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

R = 52.34%
G = 24.85%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3554E (or 0xB3554E) is known color: Chestnut. HEX triplet: B3, 55 and 4E. RGB value is (179,85,78). Sum of RGB (Red+Green+Blue) = 179+85+78=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3554E is #4CAAB1. Grayscale: #707070. Windows color (decimal): -5024434 or 5133747. OLE color: 5133747.

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

Color convert

RGB 179 85 78 -
CMYK 0 0.53 0.56 0.30
HSL 4.16º 0.4% 0.5% -
HSV(B) 4.16º 0.56% 0.7% -
XYZ 23.21 16.63 9.19 -
YUV 112.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 179 85 78 0 0.53 0.56 0.30 4.16 0.4 0.5
Hex B3 55 4E 0 35 38 1E 4 28 32
Octal 263 125 116 0 65 70 36 4 50 62
Binary 10110011 1010101 1001110 0 110101 111000 11110 100 101000 110010

Color Harmonies of #B3554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3554E

Black with #B3554E

Text Example


Text Example

White with #B3554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3554E; }

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

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

background-color css

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

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

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

border-color css

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

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

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