#B0646B

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

Shades of Turkish Rose #B0646B

Tints of Turkish Rose #B0646B

Color information

#B0646B (or 0xB0646B) is unknown color: approx Turkish Rose. HEX triplet: B0, 64 and 6B. RGB value is (176,100,107). Sum of RGB (Red+Green+Blue) = 176+100+107=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0646B is #4F9B94. Grayscale: #7B7B7B. Windows color (decimal): -5217173 or 7038128. OLE color: 7038128.

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

Color convert

RGB176100107-
CMYK00.430.390.31
HSL354.47º32.48%54.12%-
HSV(B)354.47º43.18%69.02%-
XYZ25.1219.4116.33-
YUV123.52118.68165.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=45.95%
G=26.11%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610010700.430.390.31354.4732.4854.12
HexB0646B02B271F1622036
Octal26014415305347375424066
Binary1011000011001001101011010101110011111111101100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0646B; }

 p { color: rgb(176,100,107); }

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

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

 a { background-color: rgb(176,100,107); }

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

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

 span { border-color: rgb(176,100,107); }

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