#BD544B

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

Shades of Sunset #BD544B

Tints of Sunset #BD544B

Color information

#BD544B (or 0xBD544B) is unknown color: approx Sunset. HEX triplet: BD, 54 and 4B. RGB value is (189,84,75). Sum of RGB (Red+Green+Blue) = 189+84+75=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD544B is #42ABB4. Grayscale: #727272. Windows color (decimal): -4369333 or 4936893. OLE color: 4936893.

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

Color convert

RGB1898475-
CMYK00.560.600.26
HSL4.74º46.34%51.76%-
HSV(B)4.74º60.32%74.12%-
XYZ25.4317.678.73-
YUV114.37105.79181.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=54.31%
G=24.14%
B=21.55%

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
Decimal189847500.560.600.264.7446.3451.76
HexBD544B0383C1A52e34
Octal275124113070743255664
Binary1011110110101001001011011100011110011010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD544B; }

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

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

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

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

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

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

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

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