#B0626E

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

Shades of Turkish Rose #B0626E

Tints of Turkish Rose #B0626E

Color information

#B0626E (or 0xB0626E) is unknown color: approx Turkish Rose. HEX triplet: B0, 62 and 6E. RGB value is (176,98,110). Sum of RGB (Red+Green+Blue) = 176+98+110=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0626E is #4F9D91. Grayscale: #7A7A7A. Windows color (decimal): -5217682 or 7234224. OLE color: 7234224.

HSL color Cylindrical-coordinate representation of color #B0626E: hue angle of 350.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0626E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17698110-
CMYK00.440.370.31
HSL350.77º33.05%53.73%-
HSV(B)350.77º44.32%69.02%-
XYZ25.0919.0917.11-
YUV122.69120.84166.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=45.83%
G=25.52%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769811000.440.370.31350.7733.0553.73
HexB0626E02C251F15f2136
Octal26014215605445375374166
Binary1011000011000101101110010110010010111111101011111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0626E; }

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

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

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

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

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

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

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

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