#B45050

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

Shades of Chestnut #B45050

Tints of Chestnut #B45050

Color information

#B45050 (or 0xB45050) is unknown color: approx Chestnut. HEX triplet: B4, 50 and 50. RGB value is (180,80,80). Sum of RGB (Red+Green+Blue) = 180+80+80=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B45050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45050 is #4BAFAF. Grayscale: #6D6D6D. Windows color (decimal): -4960176 or 5263540. OLE color: 5263540.

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

Color convert

RGB1808080-
CMYK00.560.560.29
HSL40%50.98%-
HSV(B)55.56%70.59%-
XYZ23.1416.029.46-
YUV109.9111.13178-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=52.94%
G=23.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180808000.560.560.2904050.98
HexB45050038381D02833
Octal264120120070703505063
Binary10110100101000010100000111000111000111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45050; }

 p { color: rgb(180,80,80); }

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

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

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

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

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

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

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