#B26376

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

Shades of Turkish Rose #B26376

Tints of Turkish Rose #B26376

Color information

#B26376 (or 0xB26376) is unknown color: approx Turkish Rose. HEX triplet: B2, 63 and 76. RGB value is (178,99,118). Sum of RGB (Red+Green+Blue) = 178+99+118=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B26376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26376 is #4D9C89. Grayscale: #7C7C7C. Windows color (decimal): -5086346 or 7758770. OLE color: 7758770.

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

Color convert

RGB17899118-
CMYK00.440.340.30
HSL345.57º33.91%54.31%-
HSV(B)345.57º44.38%69.8%-
XYZ26.0919.719.57-
YUV124.79124.17165.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=45.06%
G=25.06%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789911800.440.340.30345.5733.9154.31
HexB2637602C221E15a2236
Octal26214316605442365324266
Binary1011001011000111110110010110010001011110101011010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26376; }

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

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

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

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

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

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

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

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