#B2696A

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

Shades of Turkish Rose #B2696A

Tints of Turkish Rose #B2696A

Color information

#B2696A (or 0xB2696A) is unknown color: approx Turkish Rose. HEX triplet: B2, 69 and 6A. RGB value is (178,105,106). Sum of RGB (Red+Green+Blue) = 178+105+106=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2696A is #4D9695. Grayscale: #7F7F7F. Windows color (decimal): -5084822 or 6973874. OLE color: 6973874.

HSL color Cylindrical-coordinate representation of color #B2696A: hue angle of 359.18º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2696A is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178105106-
CMYK00.410.400.30
HSL359.18º32.16%55.49%-
HSV(B)359.18º41.01%69.8%-
XYZ26.0120.6116.24-
YUV126.94116.18164.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=45.76%
G=26.99%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810510600.410.400.30359.1832.1655.49
HexB2696A029281E1672037
Octal26215115205150365474067
Binary1011001011010011101010010100110100011110101100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2696A; }

 p { color: rgb(178,105,106); }

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

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

 a { background-color: rgb(178,105,106); }

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

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

 span { border-color: rgb(178,105,106); }

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