#B26364

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

Shades of Turkish Rose #B26364

Tints of Turkish Rose #B26364

Color information

#B26364 (or 0xB26364) is unknown color: approx Turkish Rose. HEX triplet: B2, 63 and 64. RGB value is (178,99,100). Sum of RGB (Red+Green+Blue) = 178+99+100=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B26364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26364 is #4D9C9B. Grayscale: #7A7A7A. Windows color (decimal): -5086364 or 6579122. OLE color: 6579122.

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

Color convert

RGB17899100-
CMYK00.440.440.30
HSL359.24º33.91%54.31%-
HSV(B)359.24º44.38%69.8%-
XYZ25.1219.3114.46-
YUV122.74115.17167.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=47.21%
G=26.26%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789910000.440.440.30359.2433.9154.31
HexB2636402C2C1E1672236
Octal26214314405454365474266
Binary1011001011000111100100010110010110011110101100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26364; }

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

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

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

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

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

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

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

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