#B4696B

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

Shades of Turkish Rose #B4696B

Tints of Turkish Rose #B4696B

Color information

#B4696B (or 0xB4696B) is unknown color: approx Turkish Rose. HEX triplet: B4, 69 and 6B. RGB value is (180,105,107). Sum of RGB (Red+Green+Blue) = 180+105+107=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4696B is #4B9694. Grayscale: #7F7F7F. Windows color (decimal): -4953749 or 7039412. OLE color: 7039412.

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

Color convert

RGB180105107-
CMYK00.420.410.29
HSL358.4º33.33%55.88%-
HSV(B)358.4º41.67%70.59%-
XYZ26.5320.8716.54-
YUV127.65116.35165.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=45.92%
G=26.79%
B=27.30%

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
Decimal18010510700.420.410.29358.433.3355.88
HexB4696B02A291D1662138
Octal26415115305251355464170
Binary1011010011010011101011010101010100111101101100110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4696B; }

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

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

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

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

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

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

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

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