#BD534B

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

Shades of Sunset #BD534B

Tints of Sunset #BD534B

Color information

#BD534B (or 0xBD534B) is unknown color: approx Sunset. HEX triplet: BD, 53 and 4B. RGB value is (189,83,75). Sum of RGB (Red+Green+Blue) = 189+83+75=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD534B is #42ACB4. Grayscale: #717171. Windows color (decimal): -4369589 or 4936637. OLE color: 4936637.

HSL color Cylindrical-coordinate representation of color #BD534B: hue angle of 4.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD534B is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1898375-
CMYK00.560.600.26
HSL4.21º46.34%51.76%-
HSV(B)4.21º60.32%74.12%-
XYZ25.3517.518.7-
YUV113.78106.12181.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=54.47%
G=23.92%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189837500.560.600.264.2146.3451.76
HexBD534B0383C1A42e34
Octal275123113070743245664
Binary1011110110100111001011011100011110011010100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD534B; }

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

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

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

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

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

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

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

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