#B26977

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

Shades of Turkish Rose #B26977

Tints of Turkish Rose #B26977

Color information

#B26977 (or 0xB26977) is unknown color: approx Turkish Rose. HEX triplet: B2, 69 and 77. RGB value is (178,105,119). Sum of RGB (Red+Green+Blue) = 178+105+119=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B26977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26977 is #4D9688. Grayscale: #808080. Windows color (decimal): -5084809 or 7825842. OLE color: 7825842.

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

Color convert

RGB178105119-
CMYK00.410.330.30
HSL348.49º32.16%55.49%-
HSV(B)348.49º41.01%69.8%-
XYZ26.7420.920.08-
YUV128.42122.68163.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=44.28%
G=26.12%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810511900.410.330.30348.4932.1655.49
HexB26977029211E15c2037
Octal26215116705141365344067
Binary1011001011010011110111010100110000111110101011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26977; }

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

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

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

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

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

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

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

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