#B0636C

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

Shades of Turkish Rose #B0636C

Tints of Turkish Rose #B0636C

Color information

#B0636C (or 0xB0636C) is unknown color: approx Turkish Rose. HEX triplet: B0, 63 and 6C. RGB value is (176,99,108). Sum of RGB (Red+Green+Blue) = 176+99+108=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0636C is #4F9C93. Grayscale: #7B7B7B. Windows color (decimal): -5217428 or 7103408. OLE color: 7103408.

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

Color convert

RGB17699108-
CMYK00.440.390.31
HSL352.99º32.77%53.92%-
HSV(B)352.99º43.75%69.02%-
XYZ25.0719.2416.58-
YUV123.05119.51165.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=45.95%
G=25.85%
B=28.20%

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
Decimal1769910800.440.390.31352.9932.7753.92
HexB0636C02C271F1612136
Octal26014315405447375414166
Binary1011000011000111101100010110010011111111101100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0636C; }

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

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

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

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

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

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

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

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