#B5696B

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

Shades of Turkish Rose #B5696B

Tints of Turkish Rose #B5696B

Color information

#B5696B (or 0xB5696B) is unknown color: approx Turkish Rose. HEX triplet: B5, 69 and 6B. RGB value is (181,105,107). Sum of RGB (Red+Green+Blue) = 181+105+107=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5696B is #4A9694. Grayscale: #808080. Windows color (decimal): -4888213 or 7039413. OLE color: 7039413.

HSL color Cylindrical-coordinate representation of color #B5696B: hue angle of 358.42º degrees, saturation: 0.34, 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 #B5696B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181105107-
CMYK00.420.410.29
HSL358.42º33.93%56.08%-
HSV(B)358.42º41.99%70.98%-
XYZ26.7620.9916.55-
YUV127.95116.18165.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=46.06%
G=26.72%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110510700.420.410.29358.4233.9356.08
HexB5696B02A291D1662238
Octal26515115305251355464270
Binary1011010111010011101011010101010100111101101100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5696B; }

 p { color: rgb(181,105,107); }

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

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

 a { background-color: rgb(181,105,107); }

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

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

 span { border-color: rgb(181,105,107); }

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