#BD5148

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

Shades of Sunset #BD5148

Tints of Sunset #BD5148

Color information

#BD5148 (or 0xBD5148) is unknown color: approx Sunset. HEX triplet: BD, 51 and 48. RGB value is (189,81,72). Sum of RGB (Red+Green+Blue) = 189+81+72=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5148 is #42AEB7. Grayscale: #707070. Windows color (decimal): -4370104 or 4739517. OLE color: 4739517.

HSL color Cylindrical-coordinate representation of color #BD5148: hue angle of 4.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD5148 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1898172-
CMYK00.570.620.26
HSL4.62º46.99%51.18%-
HSV(B)4.62º61.9%74.12%-
XYZ25.117.178.12-
YUV112.27105.28182.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=55.26%
G=23.68%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189817200.570.620.264.6246.9951.18
HexBD51480393E1A52f33
Octal275121110071763255763
Binary1011110110100011001000011100111111011010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5148; }

 p { color: rgb(189,81,72); }

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

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

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

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

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

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

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