#B0636B

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

Shades of Turkish Rose #B0636B

Tints of Turkish Rose #B0636B

Color information

#B0636B (or 0xB0636B) is unknown color: approx Turkish Rose. HEX triplet: B0, 63 and 6B. RGB value is (176,99,107). Sum of RGB (Red+Green+Blue) = 176+99+107=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0636B is #4F9C94. Grayscale: #7A7A7A. Windows color (decimal): -5217429 or 7037872. OLE color: 7037872.

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

Color convert

RGB17699107-
CMYK00.440.390.31
HSL353.77º32.77%53.92%-
HSV(B)353.77º43.75%69.02%-
XYZ25.0219.2216.3-
YUV122.94119.01165.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=46.07%
G=25.92%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769910700.440.390.31353.7732.7753.92
HexB0636B02C271F1622136
Octal26014315305447375424166
Binary1011000011000111101011010110010011111111101100010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0636B; }

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

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

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

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

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

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

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

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