#BD5360

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

Shades of Blush #BD5360

Tints of Blush #BD5360

Color information

#BD5360 (or 0xBD5360) is unknown color: approx Blush. HEX triplet: BD, 53 and 60. RGB value is (189,83,96). Sum of RGB (Red+Green+Blue) = 189+83+96=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5360 is #42AC9F. Grayscale: #747474. Windows color (decimal): -4369568 or 6312893. OLE color: 6312893.

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

Color convert

RGB1898396-
CMYK00.560.490.26
HSL352.64º44.54%53.33%-
HSV(B)352.64º56.08%74.12%-
XYZ26.1917.8513.13-
YUV116.18116.62179.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=51.36%
G=22.55%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189839600.560.490.26352.6444.5453.33
HexBD5360038311A1612d35
Octal27512314007061325415565
Binary1011110110100111100000011100011000111010101100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5360; }

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

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

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

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

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

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

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

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