#BD6A70

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

Shades of Turkish Rose #BD6A70

Tints of Turkish Rose #BD6A70

Color information

#BD6A70 (or 0xBD6A70) is unknown color: approx Turkish Rose. HEX triplet: BD, 6A and 70. RGB value is (189,106,112). Sum of RGB (Red+Green+Blue) = 189+106+112=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A70 is #42958F. Grayscale: #838383. Windows color (decimal): -4363664 or 7367357. OLE color: 7367357.

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

Color convert

RGB189106112-
CMYK00.440.410.26
HSL355.66º38.6%57.84%-
HSV(B)355.66º43.92%74.12%-
XYZ29.0622.318.1-
YUV131.5117169.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=46.44%
G=26.04%
B=27.52%

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
Decimal18910611200.440.410.26355.6638.657.84
HexBD6A7002C291A164273a
Octal27515216005451325444772
Binary1011110111010101110000010110010100111010101100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A70; }

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

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

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

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

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

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

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

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