#BD524A

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

Shades of Sunset #BD524A

Tints of Sunset #BD524A

Color information

#BD524A (or 0xBD524A) is unknown color: approx Sunset. HEX triplet: BD, 52 and 4A. RGB value is (189,82,74). Sum of RGB (Red+Green+Blue) = 189+82+74=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD524A is #42ADB5. Grayscale: #717171. Windows color (decimal): -4369846 or 4870845. OLE color: 4870845.

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

Color convert

RGB1898274-
CMYK00.570.610.26
HSL4.17º46.56%51.57%-
HSV(B)4.17º60.85%74.12%-
XYZ25.2417.358.5-
YUV113.08105.95182.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=54.78%
G=23.77%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189827400.570.610.264.1746.5651.57
HexBD524A0393D1A42f34
Octal275122112071753245764
Binary1011110110100101001010011100111110111010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD524A; }

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

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

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

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

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

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

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

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