#BD6670

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

Shades of Turkish Rose #BD6670

Tints of Turkish Rose #BD6670

Color information

#BD6670 (or 0xBD6670) is unknown color: approx Turkish Rose. HEX triplet: BD, 66 and 70. RGB value is (189,102,112). Sum of RGB (Red+Green+Blue) = 189+102+112=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6670 is #42998F. Grayscale: #818181. Windows color (decimal): -4364688 or 7366333. OLE color: 7366333.

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

Color convert

RGB189102112-
CMYK00.460.410.26
HSL353.1º39.73%57.06%-
HSV(B)353.1º46.03%74.12%-
XYZ28.6621.4917.97-
YUV129.15118.32170.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=46.90%
G=25.31%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910211200.460.410.26353.139.7357.06
HexBD667002E291A1612839
Octal27514616005651325415071
Binary1011110111001101110000010111010100111010101100001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6670; }

 p { color: rgb(189,102,112); }

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

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

 a { background-color: rgb(189,102,112); }

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

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

 span { border-color: rgb(189,102,112); }

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