#B4626E

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

Shades of Turkish Rose #B4626E

Tints of Turkish Rose #B4626E

Color information

#B4626E (or 0xB4626E) is unknown color: approx Turkish Rose. HEX triplet: B4, 62 and 6E. RGB value is (180,98,110). Sum of RGB (Red+Green+Blue) = 180+98+110=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4626E is #4B9D91. Grayscale: #7B7B7B. Windows color (decimal): -4955538 or 7234228. OLE color: 7234228.

HSL color Cylindrical-coordinate representation of color #B4626E: hue angle of 351.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4626E is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18098110-
CMYK00.460.390.29
HSL351.22º35.34%54.51%-
HSV(B)351.22º45.56%70.59%-
XYZ2619.5617.16-
YUV123.89120.17168.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=46.39%
G=25.26%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809811000.460.390.29351.2235.3454.51
HexB4626E02E271D15f2337
Octal26414215605647355374367
Binary1011010011000101101110010111010011111101101011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4626E; }

 p { color: rgb(180,98,110); }

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

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

 a { background-color: rgb(180,98,110); }

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

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

 span { border-color: rgb(180,98,110); }

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