#BD696D

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

Shades of Turkish Rose #BD696D

Tints of Turkish Rose #BD696D

Color information

#BD696D (or 0xBD696D) is unknown color: approx Turkish Rose. HEX triplet: BD, 69 and 6D. RGB value is (189,105,109). Sum of RGB (Red+Green+Blue) = 189+105+109=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD696D is #429692. Grayscale: #828282. Windows color (decimal): -4363923 or 7170493. OLE color: 7170493.

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

Color convert

RGB189105109-
CMYK00.440.420.26
HSL357.14º38.89%57.65%-
HSV(B)357.14º44.44%74.12%-
XYZ28.822.0317.2-
YUV130.57115.83169.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=46.90%
G=26.05%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910510900.440.420.26357.1438.8957.65
HexBD696D02C2A1A165273a
Octal27515115505452325454772
Binary1011110111010011101101010110010101011010101100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD696D; }

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

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

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

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

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

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

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

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