#B45151

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

Shades of Chestnut #B45151

Tints of Chestnut #B45151

Color information

#B45151 (or 0xB45151) is unknown color: approx Chestnut. HEX triplet: B4, 51 and 51. RGB value is (180,81,81). Sum of RGB (Red+Green+Blue) = 180+81+81=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B45151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45151 is #4BAEAE. Grayscale: #6E6E6E. Windows color (decimal): -4959919 or 5329332. OLE color: 5329332.

HSL color Cylindrical-coordinate representation of color #B45151: 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.55%. Process color model (Four color, CMYK) of #B45151 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1808181-
CMYK00.550.550.29
HSL39.76%51.18%-
HSV(B)55%70.59%-
XYZ23.2516.189.68-
YUV110.6111.3177.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=52.63%
G=23.68%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180818100.550.550.29039.7651.18
HexB45151037371D02833
Octal264121121067673505063
Binary10110100101000110100010110111110111111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45151; }

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

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

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

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

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

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

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

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