#BD696C

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

Shades of Turkish Rose #BD696C

Tints of Turkish Rose #BD696C

Color information

#BD696C (or 0xBD696C) is unknown color: approx Turkish Rose. HEX triplet: BD, 69 and 6C. RGB value is (189,105,108). Sum of RGB (Red+Green+Blue) = 189+105+108=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD696C is #429693. Grayscale: #828282. Windows color (decimal): -4363924 or 7104957. OLE color: 7104957.

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

Color convert

RGB189105108-
CMYK00.440.430.26
HSL357.86º38.89%57.65%-
HSV(B)357.86º44.44%74.12%-
XYZ28.742216.92-
YUV130.46115.33169.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=47.01%
G=26.12%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910510800.440.430.26357.8638.8957.65
HexBD696C02C2B1A166273a
Octal27515115405453325464772
Binary1011110111010011101100010110010101111010101100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD696C; }

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

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

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

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

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

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

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

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