#BD524F

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

Shades of Sunset #BD524F

Tints of Sunset #BD524F

Color information

#BD524F (or 0xBD524F) is unknown color: approx Sunset. HEX triplet: BD, 52 and 4F. RGB value is (189,82,79). Sum of RGB (Red+Green+Blue) = 189+82+79=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD524F is #42ADB0. Grayscale: #717171. Windows color (decimal): -4369841 or 5198525. OLE color: 5198525.

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

Color convert

RGB1898279-
CMYK00.570.580.26
HSL1.64º45.45%52.55%-
HSV(B)1.64º58.2%74.12%-
XYZ25.4117.429.42-
YUV113.65108.45181.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=54%
G=23.43%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189827900.570.580.261.6445.4552.55
HexBD524F0393A1A22d35
Octal275122117071723225565
Binary101111011010010100111101110011110101101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD524F; }

 p { color: rgb(189,82,79); }

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

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

 a { background-color: rgb(189,82,79); }

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

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

 span { border-color: rgb(189,82,79); }

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