#B26875

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

Shades of Turkish Rose #B26875

Tints of Turkish Rose #B26875

Color information

#B26875 (or 0xB26875) is unknown color: approx Turkish Rose. HEX triplet: B2, 68 and 75. RGB value is (178,104,117). Sum of RGB (Red+Green+Blue) = 178+104+117=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B26875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26875 is #4D978A. Grayscale: #7F7F7F. Windows color (decimal): -5085067 or 7694514. OLE color: 7694514.

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

Color convert

RGB178104117-
CMYK00.420.340.30
HSL349.46º32.46%55.29%-
HSV(B)349.46º41.57%69.8%-
XYZ26.5220.6519.42-
YUV127.61122.02163.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=44.61%
G=26.07%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810411700.420.340.30349.4632.4655.29
HexB2687502A221E15d2037
Octal26215016505242365354067
Binary1011001011010001110101010101010001011110101011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26875; }

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

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

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

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

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

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

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

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