#B04D4B

Color #B04D4B Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B04D4B

Tints of Chestnut #B04D4B

Color information

#B04D4B (or 0xB04D4B) is unknown color: approx Chestnut. HEX triplet: B0, 4D and 4B. RGB value is (176,77,75). Sum of RGB (Red+Green+Blue) = 176+77+75=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D4B is #4FB2B4. Grayscale: #6A6A6A. Windows color (decimal): -5223093 or 4935088. OLE color: 4935088.

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

Color convert

RGB1767775-
CMYK00.560.570.31
HSL1.19º40.24%49.22%-
HSV(B)1.19º57.39%69.02%-
XYZ21.8315.058.41-
YUV106.37110.3177.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.66%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=53.66%
G=23.48%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176777500.560.570.311.1940.2449.22
HexB04D4B038391F12831
Octal260115113070713715061
Binary10110000100110110010110111000111001111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D4B; }

 p { color: rgb(176,77,75); }

 H1.HeaderClassName
 {
   color: #B04D4B;
 }
 .AnyTagClassName
 {
   color: #B04D4B;
 }
</style>
background-color css

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

 a { background-color: rgb(176,77,75); }

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

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

 span { border-color: rgb(176,77,75); }

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