#B0696C

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

Shades of Turkish Rose #B0696C

Tints of Turkish Rose #B0696C

Color information

#B0696C (or 0xB0696C) is unknown color: approx Turkish Rose. HEX triplet: B0, 69 and 6C. RGB value is (176,105,108). Sum of RGB (Red+Green+Blue) = 176+105+108=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0696C is #4F9693. Grayscale: #7E7E7E. Windows color (decimal): -5215892 or 7104944. OLE color: 7104944.

HSL color Cylindrical-coordinate representation of color #B0696C: hue angle of 357.46º 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 #B0696C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176105108-
CMYK00.400.390.31
HSL357.46º31%55.1%-
HSV(B)357.46º40.34%69.02%-
XYZ25.6620.4216.78-
YUV126.57117.52163.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=45.24%
G=26.99%
B=27.76%

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
Decimal17610510800.400.390.31357.463155.1
HexB0696C028271F1651f37
Octal26015115405047375453767
Binary101100001101001110110001010001001111111110110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0696C; }

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

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

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

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

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

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

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

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