#BD534F

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

Shades of Sunset #BD534F

Tints of Sunset #BD534F

Color information

#BD534F (or 0xBD534F) is unknown color: approx Sunset. HEX triplet: BD, 53 and 4F. RGB value is (189,83,79). Sum of RGB (Red+Green+Blue) = 189+83+79=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD534F is #42ACB0. Grayscale: #727272. Windows color (decimal): -4369585 or 5198781. OLE color: 5198781.

HSL color Cylindrical-coordinate representation of color #BD534F: hue angle of 2.18º 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 #BD534F is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB1898379-
CMYK00.560.580.26
HSL2.18º45.45%52.55%-
HSV(B)2.18º58.2%74.12%-
XYZ25.4917.579.44-
YUV114.24108.12181.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=53.85%
G=23.65%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189837900.560.580.262.1845.4552.55
HexBD534F0383A1A22d35
Octal275123117070723225565
Binary101111011010011100111101110001110101101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD534F; }

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

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

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

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

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

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

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

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