#B06A6C

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

Shades of Turkish Rose #B06A6C

Tints of Turkish Rose #B06A6C

Color information

#B06A6C (or 0xB06A6C) is unknown color: approx Turkish Rose. HEX triplet: B0, 6A and 6C. RGB value is (176,106,108). Sum of RGB (Red+Green+Blue) = 176+106+108=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A6C is #4F9593. Grayscale: #7F7F7F. Windows color (decimal): -5215636 or 7105200. OLE color: 7105200.

HSL color Cylindrical-coordinate representation of color #B06A6C: hue angle of 358.29º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06A6C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176106108-
CMYK00.400.390.31
HSL358.29º30.7%55.29%-
HSV(B)358.29º39.77%69.02%-
XYZ25.7720.6216.81-
YUV127.16117.19162.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=45.13%
G=27.18%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610610800.400.390.31358.2930.755.29
HexB06A6C028271F1661f37
Octal26015215405047375463767
Binary101100001101010110110001010001001111111110110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A6C; }

 p { color: rgb(176,106,108); }

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

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

 a { background-color: rgb(176,106,108); }

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

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

 span { border-color: rgb(176,106,108); }

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