#B26D75

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

Shades of Turkish Rose #B26D75

Tints of Turkish Rose #B26D75

Color information

#B26D75 (or 0xB26D75) is unknown color: approx Turkish Rose. HEX triplet: B2, 6D and 75. RGB value is (178,109,117). Sum of RGB (Red+Green+Blue) = 178+109+117=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D75 is #4D928A. Grayscale: #828282. Windows color (decimal): -5083787 or 7695794. OLE color: 7695794.

HSL color Cylindrical-coordinate representation of color #B26D75: hue angle of 353.04º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26D75 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB178109117-
CMYK00.390.340.30
HSL353.04º30.94%56.27%-
HSV(B)353.04º38.76%69.8%-
XYZ27.0421.6919.59-
YUV130.54120.36161.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=44.06%
G=26.98%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810911700.390.340.30353.0430.9456.27
HexB26D75027221E1611f38
Octal26215516504742365413770
Binary101100101101101111010101001111000101111010110000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D75; }

 p { color: rgb(178,109,117); }

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

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

 a { background-color: rgb(178,109,117); }

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

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

 span { border-color: rgb(178,109,117); }

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