#BD6A6F

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

Shades of Turkish Rose #BD6A6F

Tints of Turkish Rose #BD6A6F

Color information

#BD6A6F (or 0xBD6A6F) is unknown color: approx Turkish Rose. HEX triplet: BD, 6A and 6F. RGB value is (189,106,111). Sum of RGB (Red+Green+Blue) = 189+106+111=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A6F is #429590. Grayscale: #838383. Windows color (decimal): -4363665 or 7301821. OLE color: 7301821.

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

Color convert

RGB189106111-
CMYK00.440.410.26
HSL356.39º38.6%57.84%-
HSV(B)356.39º43.92%74.12%-
XYZ29.0122.2717.81-
YUV131.39116.5169.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=46.55%
G=26.11%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910611100.440.410.26356.3938.657.84
HexBD6A6F02C291A164273a
Octal27515215705451325444772
Binary1011110111010101101111010110010100111010101100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A6F; }

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

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

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

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

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

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

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

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