#B26777

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

Shades of Turkish Rose #B26777

Tints of Turkish Rose #B26777

Color information

#B26777 (or 0xB26777) is unknown color: approx Turkish Rose. HEX triplet: B2, 67 and 77. RGB value is (178,103,119). Sum of RGB (Red+Green+Blue) = 178+103+119=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B26777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26777 is #4D9888. Grayscale: #7F7F7F. Windows color (decimal): -5085321 or 7825330. OLE color: 7825330.

HSL color Cylindrical-coordinate representation of color #B26777: hue angle of 347.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 #B26777 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB178103119-
CMYK00.420.330.30
HSL347.2º32.75%55.1%-
HSV(B)347.2º42.13%69.8%-
XYZ26.5420.520.01-
YUV127.25123.35164.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 119 (46.88% from 255) = 29.75%
R=44.5%
G=25.75%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810311900.420.330.30347.232.7555.1
HexB2677702A211E15b2137
Octal26214716705241365334167
Binary1011001011001111110111010101010000111110101011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26777; }

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

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

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

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

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

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

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

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