#BD5365

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

Shades of Blush #BD5365

Tints of Blush #BD5365

Color information

#BD5365 (or 0xBD5365) is unknown color: approx Blush. HEX triplet: BD, 53 and 65. RGB value is (189,83,101). Sum of RGB (Red+Green+Blue) = 189+83+101=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5365 is #42AC9A. Grayscale: #747474. Windows color (decimal): -4369563 or 6640573. OLE color: 6640573.

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

Color convert

RGB18983101-
CMYK00.560.470.26
HSL349.81º44.54%53.33%-
HSV(B)349.81º56.08%74.12%-
XYZ26.4317.9414.38-
YUV116.75119.12179.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=50.67%
G=22.25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898310100.560.470.26349.8144.5453.33
HexBD53650382F1A15e2d35
Octal27512314507057325365565
Binary1011110110100111100101011100010111111010101011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5365; }

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

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

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

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

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

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

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

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