#BD6973

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

Shades of Turkish Rose #BD6973

Tints of Turkish Rose #BD6973

Color information

#BD6973 (or 0xBD6973) is unknown color: approx Turkish Rose. HEX triplet: BD, 69 and 73. RGB value is (189,105,115). Sum of RGB (Red+Green+Blue) = 189+105+115=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6973 is #42968C. Grayscale: #838383. Windows color (decimal): -4363917 or 7563709. OLE color: 7563709.

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

Color convert

RGB189105115-
CMYK00.440.390.26
HSL352.86º38.89%57.65%-
HSV(B)352.86º44.44%74.12%-
XYZ29.1322.1618.96-
YUV131.26118.83169.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=46.21%
G=25.67%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910511500.440.390.26352.8638.8957.65
HexBD697302C271A161273a
Octal27515116305447325414772
Binary1011110111010011110011010110010011111010101100001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6973; }

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

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

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

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

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

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

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

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