#BD5567

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

Shades of Blush #BD5567

Tints of Blush #BD5567

Color information

#BD5567 (or 0xBD5567) is unknown color: approx Blush. HEX triplet: BD, 55 and 67. RGB value is (189,85,103). Sum of RGB (Red+Green+Blue) = 189+85+103=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5567 is #42AA98. Grayscale: #767676. Windows color (decimal): -4369049 or 6772157. OLE color: 6772157.

HSL color Cylindrical-coordinate representation of color #BD5567: hue angle of 349.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5567 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18985103-
CMYK00.550.460.26
HSL349.62º44.07%53.73%-
HSV(B)349.62º55.03%74.12%-
XYZ26.6818.314.96-
YUV118.15119.46178.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=50.13%
G=22.55%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898510300.550.460.26349.6244.0753.73
HexBD55670372E1A15e2c36
Octal27512514706756325365466
Binary1011110110101011100111011011110111011010101011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5567; }

 p { color: rgb(189,85,103); }

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

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

 a { background-color: rgb(189,85,103); }

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

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

 span { border-color: rgb(189,85,103); }

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