#BD6C6F

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

Shades of Turkish Rose #BD6C6F

Tints of Turkish Rose #BD6C6F

Color information

#BD6C6F (or 0xBD6C6F) is unknown color: approx Turkish Rose. HEX triplet: BD, 6C and 6F. RGB value is (189,108,111). Sum of RGB (Red+Green+Blue) = 189+108+111=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C6F is #429390. Grayscale: #848484. Windows color (decimal): -4363153 or 7302333. OLE color: 7302333.

HSL color Cylindrical-coordinate representation of color #BD6C6F: hue angle of 357.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6C6F is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189108111-
CMYK00.430.410.26
HSL357.78º38.03%58.24%-
HSV(B)357.78º42.86%74.12%-
XYZ29.2222.6917.88-
YUV132.56115.84168.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=46.32%
G=26.47%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910811100.430.410.26357.7838.0358.24
HexBD6C6F02B291A166263a
Octal27515415705351325464672
Binary1011110111011001101111010101110100111010101100110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6C6F; }

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

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

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

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

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

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

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

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