#BD666C

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

Shades of Turkish Rose #BD666C

Tints of Turkish Rose #BD666C

Color information

#BD666C (or 0xBD666C) is unknown color: approx Turkish Rose. HEX triplet: BD, 66 and 6C. RGB value is (189,102,108). Sum of RGB (Red+Green+Blue) = 189+102+108=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD666C is #429993. Grayscale: #808080. Windows color (decimal): -4364692 or 7104189. OLE color: 7104189.

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

Color convert

RGB189102108-
CMYK00.460.430.26
HSL355.86º39.73%57.06%-
HSV(B)355.86º46.03%74.12%-
XYZ28.4421.416.82-
YUV128.7116.32171.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=47.37%
G=25.56%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910210800.460.430.26355.8639.7357.06
HexBD666C02E2B1A1642839
Octal27514615405653325445071
Binary1011110111001101101100010111010101111010101100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD666C; }

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

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

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

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

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

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

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

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