#BD666F

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

Shades of Turkish Rose #BD666F

Tints of Turkish Rose #BD666F

Color information

#BD666F (or 0xBD666F) is unknown color: approx Turkish Rose. HEX triplet: BD, 66 and 6F. RGB value is (189,102,111). Sum of RGB (Red+Green+Blue) = 189+102+111=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD666F is #429990. Grayscale: #818181. Windows color (decimal): -4364689 or 7300797. OLE color: 7300797.

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

Color convert

RGB189102111-
CMYK00.460.410.26
HSL353.79º39.73%57.06%-
HSV(B)353.79º46.03%74.12%-
XYZ28.6121.4717.68-
YUV129.04117.82170.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=47.01%
G=25.37%
B=27.61%

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
Decimal18910211100.460.410.26353.7939.7357.06
HexBD666F02E291A1622839
Octal27514615705651325425071
Binary1011110111001101101111010111010100111010101100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD666F; }

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

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

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

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

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

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

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

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