#B4767B

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

Shades of Turkish Rose #B4767B

Tints of Turkish Rose #B4767B

Color information

#B4767B (or 0xB4767B) is unknown color: approx Turkish Rose. HEX triplet: B4, 76 and 7B. RGB value is (180,118,123). Sum of RGB (Red+Green+Blue) = 180+118+123=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4767B is #4B8984. Grayscale: #898989. Windows color (decimal): -4950405 or 8091316. OLE color: 8091316.

HSL color Cylindrical-coordinate representation of color #B4767B: hue angle of 355.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4767B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180118123-
CMYK00.340.320.29
HSL355.16º29.25%58.43%-
HSV(B)355.16º34.44%70.59%-
XYZ28.8824.0921.87-
YUV137.11120.04158.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=42.76%
G=28.03%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011812300.340.320.29355.1629.2558.43
HexB4767B022201D1631d3a
Octal26416617304240355433572
Binary101101001110110111101101000101000001110110110001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4767B; }

 p { color: rgb(180,118,123); }

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

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

 a { background-color: rgb(180,118,123); }

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

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

 span { border-color: rgb(180,118,123); }

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