#B0636E

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

Shades of Turkish Rose #B0636E

Tints of Turkish Rose #B0636E

Color information

#B0636E (or 0xB0636E) is unknown color: approx Turkish Rose. HEX triplet: B0, 63 and 6E. RGB value is (176,99,110). Sum of RGB (Red+Green+Blue) = 176+99+110=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0636E is #4F9C91. Grayscale: #7B7B7B. Windows color (decimal): -5217426 or 7234480. OLE color: 7234480.

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

Color convert

RGB17699110-
CMYK00.440.370.31
HSL351.43º32.77%53.92%-
HSV(B)351.43º43.75%69.02%-
XYZ25.1819.2817.15-
YUV123.28120.51165.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=45.71%
G=25.71%
B=28.57%

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
Decimal1769911000.440.370.31351.4332.7753.92
HexB0636E02C251F15f2136
Octal26014315605445375374166
Binary1011000011000111101110010110010010111111101011111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0636E; }

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

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

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

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

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

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

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

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