#B26768

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

Shades of Turkish Rose #B26768

Tints of Turkish Rose #B26768

Color information

#B26768 (or 0xB26768) is unknown color: approx Turkish Rose. HEX triplet: B2, 67 and 68. RGB value is (178,103,104). Sum of RGB (Red+Green+Blue) = 178+103+104=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B26768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26768 is #4D9897. Grayscale: #7D7D7D. Windows color (decimal): -5085336 or 6842290. OLE color: 6842290.

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

Color convert

RGB178103104-
CMYK00.420.420.30
HSL359.2º32.75%55.1%-
HSV(B)359.2º42.13%69.8%-
XYZ25.7120.1615.63-
YUV125.54115.85165.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=46.23%
G=26.75%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810310400.420.420.30359.232.7555.1
HexB2676802A2A1E1672137
Octal26214715005252365474167
Binary1011001011001111101000010101010101011110101100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26768; }

 p { color: rgb(178,103,104); }

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

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

 a { background-color: rgb(178,103,104); }

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

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

 span { border-color: rgb(178,103,104); }

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