#BD616B

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

Shades of Blush #BD616B

Tints of Blush #BD616B

Color information

#BD616B (or 0xBD616B) is unknown color: approx Blush. HEX triplet: BD, 61 and 6B. RGB value is (189,97,107). Sum of RGB (Red+Green+Blue) = 189+97+107=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD616B is #429E94. Grayscale: #7D7D7D. Windows color (decimal): -4365973 or 7037373. OLE color: 7037373.

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

Color convert

RGB18997107-
CMYK00.490.430.26
HSL353.48º41.07%56.08%-
HSV(B)353.48º48.68%74.12%-
XYZ27.9120.4316.38-
YUV125.65117.48173.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=48.09%
G=24.68%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899710700.490.430.26353.4841.0756.08
HexBD616B0312B1A1612938
Octal27514115306153325415170
Binary1011110111000011101011011000110101111010101100001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD616B; }

 p { color: rgb(189,97,107); }

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

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

 a { background-color: rgb(189,97,107); }

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

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

 span { border-color: rgb(189,97,107); }

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