Html Css Color HEX #B04C49 Chestnut

📋 copy color: '#B04C49'

red 176 ◦ green 76 ◦ blue 73

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

Shades of Chestnut #B04C49

Tints of Chestnut #B04C49

RGB

 RED value IS 176 (69.14% from 255) = 54.15%

 GREEN value IS 76 (30.08% from 255) = 23.38%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 54.15%
G = 23.38%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B04C49 (or 0xB04C49) is known color: Chestnut. HEX triplet: B0, 4C and 49. RGB value is (176,76,73). Sum of RGB (Red+Green+Blue) = 176+76+73=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C49 is #4FB3B6. Grayscale: #696969. Windows color (decimal): -5223351 or 4803760. OLE color: 4803760.

HSL color Cylindrical-coordinate representation of color #B04C49: hue angle of 1.75º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04C49 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 76 73 -
CMYK 0 0.57 0.59 0.31
HSL 1.75º 0.41% 0.49% -
HSV(B) 1.75º 0.59% 0.69% -
XYZ 21.69 14.88 8.03 -
YUV 105.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 176 76 73 0 0.57 0.59 0.31 1.75 0.41 0.49
Hex B0 4C 49 0 39 3B 1F 2 29 31
Octal 260 114 111 0 71 73 37 2 51 61
Binary 10110000 1001100 1001001 0 111001 111011 11111 10 101001 110001

Color Harmonies of #B04C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C49

Black with #B04C49

Text Example


Text Example

White with #B04C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C49; }

 p { color: rgb(176,76,73); }

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

background-color css

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

 a { background-color: rgb(176,76,73); }

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

border-color css

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

 span { border-color: rgb(176,76,73); }

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