#B9646F

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

Shades of Turkish Rose #B9646F

Tints of Turkish Rose #B9646F

Color information

#B9646F (or 0xB9646F) is unknown color: approx Turkish Rose. HEX triplet: B9, 64 and 6F. RGB value is (185,100,111). Sum of RGB (Red+Green+Blue) = 185+100+111=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9646F is #469B90. Grayscale: #7E7E7E. Windows color (decimal): -4627345 or 7300281. OLE color: 7300281.

HSL color Cylindrical-coordinate representation of color #B9646F: hue angle of 352.24º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9646F is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185100111-
CMYK00.460.40.27
HSL352.24º37.78%55.88%-
HSV(B)352.24º45.95%72.55%-
XYZ27.4320.5817.56-
YUV126.67119.16169.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=46.72%
G=25.25%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510011100.460.40.27352.2437.7855.88
HexB9646F02E281B1602638
Octal27114415705650335404670
Binary1011100111001001101111010111010100011011101100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9646F; }

 p { color: rgb(185,100,111); }

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

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

 a { background-color: rgb(185,100,111); }

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

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

 span { border-color: rgb(185,100,111); }

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