#B4696E

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

Shades of Turkish Rose #B4696E

Tints of Turkish Rose #B4696E

Color information

#B4696E (or 0xB4696E) is unknown color: approx Turkish Rose. HEX triplet: B4, 69 and 6E. RGB value is (180,105,110). Sum of RGB (Red+Green+Blue) = 180+105+110=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4696E is #4B9691. Grayscale: #808080. Windows color (decimal): -4953746 or 7236020. OLE color: 7236020.

HSL color Cylindrical-coordinate representation of color #B4696E: hue angle of 356º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4696E is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180105110-
CMYK00.420.390.29
HSL356º33.33%55.88%-
HSV(B)356º41.67%70.59%-
XYZ26.6920.9317.39-
YUV128117.85165.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=45.57%
G=26.58%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010511000.420.390.2935633.3355.88
HexB4696E02A271D1642138
Octal26415115605247355444170
Binary1011010011010011101110010101010011111101101100100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4696E; }

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

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

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

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

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

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

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

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