#B9747A

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

Shades of Turkish Rose #B9747A

Tints of Turkish Rose #B9747A

Color information

#B9747A (or 0xB9747A) is unknown color: approx Turkish Rose. HEX triplet: B9, 74 and 7A. RGB value is (185,116,122). Sum of RGB (Red+Green+Blue) = 185+116+122=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9747A is #468B85. Grayscale: #898989. Windows color (decimal): -4623238 or 8025273. OLE color: 8025273.

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

Color convert

RGB185116122-
CMYK00.370.340.27
HSL354.78º33.01%59.02%-
HSV(B)354.78º37.3%72.55%-
XYZ29.7724.2121.52-
YUV137.32119.36162.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=43.74%
G=27.42%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511612200.370.340.27354.7833.0159.02
HexB9747A025221B163213b
Octal27116417204542335434173
Binary1011100111101001111010010010110001011011101100011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9747A; }

 p { color: rgb(185,116,122); }

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

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

 a { background-color: rgb(185,116,122); }

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

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

 span { border-color: rgb(185,116,122); }

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