#B26174

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

Shades of Turkish Rose #B26174

Tints of Turkish Rose #B26174

Color information

#B26174 (or 0xB26174) is unknown color: approx Turkish Rose. HEX triplet: B2, 61 and 74. RGB value is (178,97,116). Sum of RGB (Red+Green+Blue) = 178+97+116=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B26174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26174 is #4D9E8B. Grayscale: #7B7B7B. Windows color (decimal): -5086860 or 7627186. OLE color: 7627186.

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

Color convert

RGB17897116-
CMYK00.460.350.30
HSL345.93º34.47%53.92%-
HSV(B)345.93º45.51%69.8%-
XYZ25.7919.2818.88-
YUV123.38123.84166.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=45.52%
G=24.81%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789711600.460.350.30345.9334.4753.92
HexB2617402E231E15a2236
Octal26214116405643365324266
Binary1011001011000011110100010111010001111110101011010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26174; }

 p { color: rgb(178,97,116); }

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

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

 a { background-color: rgb(178,97,116); }

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

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

 span { border-color: rgb(178,97,116); }

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