#BD616A

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

Shades of Blush #BD616A

Tints of Blush #BD616A

Color information

#BD616A (or 0xBD616A) is unknown color: approx Blush. HEX triplet: BD, 61 and 6A. RGB value is (189,97,106). Sum of RGB (Red+Green+Blue) = 189+97+106=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD616A is #429E95. Grayscale: #7D7D7D. Windows color (decimal): -4365974 or 6971837. OLE color: 6971837.

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

Color convert

RGB18997106-
CMYK00.490.440.26
HSL354.13º41.07%56.08%-
HSV(B)354.13º48.68%74.12%-
XYZ27.8620.4116.11-
YUV125.53116.98173.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=48.21%
G=24.74%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899710600.490.440.26354.1341.0756.08
HexBD616A0312C1A1622938
Octal27514115206154325425170
Binary1011110111000011101010011000110110011010101100010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD616A; }

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

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

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

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

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

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

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

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