#B9676D

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

Shades of Turkish Rose #B9676D

Tints of Turkish Rose #B9676D

Color information

#B9676D (or 0xB9676D) is unknown color: approx Turkish Rose. HEX triplet: B9, 67 and 6D. RGB value is (185,103,109). Sum of RGB (Red+Green+Blue) = 185+103+109=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9676D is #469892. Grayscale: #808080. Windows color (decimal): -4626579 or 7169977. OLE color: 7169977.

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

Color convert

RGB185103109-
CMYK00.440.410.27
HSL355.61º36.94%56.47%-
HSV(B)355.61º44.32%72.55%-
XYZ27.6221.1217.09-
YUV128.2117.17168.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=46.60%
G=25.94%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510310900.440.410.27355.6136.9456.47
HexB9676D02C291B1642538
Octal27114715505451335444570
Binary1011100111001111101101010110010100111011101100100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9676D; }

 p { color: rgb(185,103,109); }

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

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

 a { background-color: rgb(185,103,109); }

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

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

 span { border-color: rgb(185,103,109); }

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