#B26F7A

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

Shades of Turkish Rose #B26F7A

Tints of Turkish Rose #B26F7A

Color information

#B26F7A (or 0xB26F7A) is unknown color: approx Turkish Rose. HEX triplet: B2, 6F and 7A. RGB value is (178,111,122). Sum of RGB (Red+Green+Blue) = 178+111+122=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F7A is #4D9085. Grayscale: #848484. Windows color (decimal): -5083270 or 8023986. OLE color: 8023986.

HSL color Cylindrical-coordinate representation of color #B26F7A: hue angle of 350.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26F7A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB178111122-
CMYK00.380.310.30
HSL350.15º30.32%56.67%-
HSV(B)350.15º37.64%69.8%-
XYZ27.5622.2421.25-
YUV132.29122.2160.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=43.31%
G=27.01%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811112200.380.310.30350.1530.3256.67
HexB26F7A0261F1E15e1e39
Octal26215717204637365363671
Binary10110010110111111110100100110111111111010101111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F7A; }

 p { color: rgb(178,111,122); }

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

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

 a { background-color: rgb(178,111,122); }

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

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

 span { border-color: rgb(178,111,122); }

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