#B26670

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

Shades of Turkish Rose #B26670

Tints of Turkish Rose #B26670

Color information

#B26670 (or 0xB26670) is unknown color: approx Turkish Rose. HEX triplet: B2, 66 and 70. RGB value is (178,102,112). Sum of RGB (Red+Green+Blue) = 178+102+112=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B26670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26670 is #4D998F. Grayscale: #7D7D7D. Windows color (decimal): -5085584 or 7366322. OLE color: 7366322.

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

Color convert

RGB178102112-
CMYK00.430.370.30
HSL352.11º33.04%54.9%-
HSV(B)352.11º42.7%69.8%-
XYZ26.0420.1417.84-
YUV125.86120.18165.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=45.41%
G=26.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810211200.430.370.30352.1133.0454.9
HexB2667002B251E1602137
Octal26214616005345365404167
Binary1011001011001101110000010101110010111110101100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26670; }

 p { color: rgb(178,102,112); }

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

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

 a { background-color: rgb(178,102,112); }

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

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

 span { border-color: rgb(178,102,112); }

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