#B26370

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

Shades of Turkish Rose #B26370

Tints of Turkish Rose #B26370

Color information

#B26370 (or 0xB26370) is unknown color: approx Turkish Rose. HEX triplet: B2, 63 and 70. RGB value is (178,99,112). Sum of RGB (Red+Green+Blue) = 178+99+112=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B26370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26370 is #4D9C8F. Grayscale: #7C7C7C. Windows color (decimal): -5086352 or 7365554. OLE color: 7365554.

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

Color convert

RGB17899112-
CMYK00.440.370.30
HSL350.13º33.91%54.31%-
HSV(B)350.13º44.38%69.8%-
XYZ25.7519.5617.75-
YUV124.1121.17166.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=45.76%
G=25.45%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789911200.440.370.30350.1333.9154.31
HexB2637002C251E15e2236
Octal26214316005445365364266
Binary1011001011000111110000010110010010111110101011110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26370; }

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

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

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

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

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

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

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

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