#B4636B

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

Shades of Turkish Rose #B4636B

Tints of Turkish Rose #B4636B

Color information

#B4636B (or 0xB4636B) is unknown color: approx Turkish Rose. HEX triplet: B4, 63 and 6B. RGB value is (180,99,107). Sum of RGB (Red+Green+Blue) = 180+99+107=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4636B is #4B9C94. Grayscale: #7C7C7C. Windows color (decimal): -4955285 or 7037876. OLE color: 7037876.

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

Color convert

RGB18099107-
CMYK00.450.410.29
HSL354.07º35.06%54.71%-
HSV(B)354.07º45%70.59%-
XYZ25.9419.6916.34-
YUV124.13118.34167.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 107 (42.19% from 255) = 27.72%
R=46.63%
G=25.65%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809910700.450.410.29354.0735.0654.71
HexB4636B02D291D1622337
Octal26414315305551355424367
Binary1011010011000111101011010110110100111101101100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4636B; }

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

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

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

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

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

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

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

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