#B26570

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

Shades of Turkish Rose #B26570

Tints of Turkish Rose #B26570

Color information

#B26570 (or 0xB26570) is unknown color: approx Turkish Rose. HEX triplet: B2, 65 and 70. RGB value is (178,101,112). Sum of RGB (Red+Green+Blue) = 178+101+112=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B26570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26570 is #4D9A8F. Grayscale: #7D7D7D. Windows color (decimal): -5085840 or 7366066. OLE color: 7366066.

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

Color convert

RGB178101112-
CMYK00.430.370.30
HSL351.43º33.33%54.71%-
HSV(B)351.43º43.26%69.8%-
XYZ25.9419.9417.81-
YUV125.28120.51165.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=45.52%
G=25.83%
B=28.64%

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
Decimal17810111200.430.370.30351.4333.3354.71
HexB2657002B251E15f2137
Octal26214516005345365374167
Binary1011001011001011110000010101110010111110101011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26570; }

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

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

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

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

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

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

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

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