#B0696E

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

Shades of Turkish Rose #B0696E

Tints of Turkish Rose #B0696E

Color information

#B0696E (or 0xB0696E) is unknown color: approx Turkish Rose. HEX triplet: B0, 69 and 6E. RGB value is (176,105,110). Sum of RGB (Red+Green+Blue) = 176+105+110=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0696E is #4F9691. Grayscale: #7E7E7E. Windows color (decimal): -5215890 or 7236016. OLE color: 7236016.

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

Color convert

RGB176105110-
CMYK00.400.370.31
HSL355.77º31%55.1%-
HSV(B)355.77º40.34%69.02%-
XYZ25.7720.4617.34-
YUV126.8118.52163.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=45.01%
G=26.85%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610511000.400.370.31355.773155.1
HexB0696E028251F1641f37
Octal26015115605045375443767
Binary101100001101001110111001010001001011111110110010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0696E; }

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

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

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

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

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

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

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

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