#BD696A

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

Shades of Turkish Rose #BD696A

Tints of Turkish Rose #BD696A

Color information

#BD696A (or 0xBD696A) is unknown color: approx Turkish Rose. HEX triplet: BD, 69 and 6A. RGB value is (189,105,106). Sum of RGB (Red+Green+Blue) = 189+105+106=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD696A is #429695. Grayscale: #828282. Windows color (decimal): -4363926 or 6973885. OLE color: 6973885.

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

Color convert

RGB189105106-
CMYK00.440.440.26
HSL359.29º38.89%57.65%-
HSV(B)359.29º44.44%74.12%-
XYZ28.6421.9616.37-
YUV130.23114.33169.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=47.25%
G=26.25%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910510600.440.440.26359.2938.8957.65
HexBD696A02C2C1A167273a
Octal27515115205454325474772
Binary1011110111010011101010010110010110011010101100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD696A; }

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

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

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

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

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

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

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

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