#BD6971

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

Shades of Turkish Rose #BD6971

Tints of Turkish Rose #BD6971

Color information

#BD6971 (or 0xBD6971) is unknown color: approx Turkish Rose. HEX triplet: BD, 69 and 71. RGB value is (189,105,113). Sum of RGB (Red+Green+Blue) = 189+105+113=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6971 is #42968E. Grayscale: #838383. Windows color (decimal): -4363919 or 7432637. OLE color: 7432637.

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

Color convert

RGB189105113-
CMYK00.440.400.26
HSL354.29º38.89%57.65%-
HSV(B)354.29º44.44%74.12%-
XYZ29.0222.1118.36-
YUV131.03117.83169.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=46.44%
G=25.80%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910511300.440.400.26354.2938.8957.65
HexBD697102C281A162273a
Octal27515116105450325424772
Binary1011110111010011110001010110010100011010101100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6971; }

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

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

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

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

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

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

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

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