#BD6B6E

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

Shades of Turkish Rose #BD6B6E

Tints of Turkish Rose #BD6B6E

Color information

#BD6B6E (or 0xBD6B6E) is unknown color: approx Turkish Rose. HEX triplet: BD, 6B and 6E. RGB value is (189,107,110). Sum of RGB (Red+Green+Blue) = 189+107+110=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B6E is #429491. Grayscale: #838383. Windows color (decimal): -4363410 or 7236541. OLE color: 7236541.

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

Color convert

RGB189107110-
CMYK00.430.420.26
HSL357.8º38.32%58.04%-
HSV(B)357.8º43.39%74.12%-
XYZ29.0622.4617.56-
YUV131.86115.67168.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=46.55%
G=26.35%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910711000.430.420.26357.838.3258.04
HexBD6B6E02B2A1A166263a
Octal27515315605352325464672
Binary1011110111010111101110010101110101011010101100110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B6E; }

 p { color: rgb(189,107,110); }

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

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

 a { background-color: rgb(189,107,110); }

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

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

 span { border-color: rgb(189,107,110); }

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