#B9676B

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

Shades of Turkish Rose #B9676B

Tints of Turkish Rose #B9676B

Color information

#B9676B (or 0xB9676B) is unknown color: approx Turkish Rose. HEX triplet: B9, 67 and 6B. RGB value is (185,103,107). Sum of RGB (Red+Green+Blue) = 185+103+107=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9676B is #469894. Grayscale: #808080. Windows color (decimal): -4626581 or 7038905. OLE color: 7038905.

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

Color convert

RGB185103107-
CMYK00.440.420.27
HSL357.07º36.94%56.47%-
HSV(B)357.07º44.32%72.55%-
XYZ27.5121.0816.53-
YUV127.97116.17168.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=46.84%
G=26.08%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510310700.440.420.27357.0736.9456.47
HexB9676B02C2A1B1652538
Octal27114715305452335454570
Binary1011100111001111101011010110010101011011101100101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9676B; }

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

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

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

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

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

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

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

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