#B0767B

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

Shades of Turkish Rose #B0767B

Tints of Turkish Rose #B0767B

Color information

#B0767B (or 0xB0767B) is unknown color: approx Turkish Rose. HEX triplet: B0, 76 and 7B. RGB value is (176,118,123). Sum of RGB (Red+Green+Blue) = 176+118+123=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0767B is #4F8984. Grayscale: #878787. Windows color (decimal): -5212549 or 8091312. OLE color: 8091312.

HSL color Cylindrical-coordinate representation of color #B0767B: hue angle of 354.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0767B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176118123-
CMYK00.330.300.31
HSL354.83º26.85%57.65%-
HSV(B)354.83º32.95%69.02%-
XYZ27.9623.6221.82-
YUV135.91120.72156.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=42.21%
G=28.30%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611812300.330.300.31354.8326.8557.65
HexB0767B0211E1F1631b3a
Octal26016617304136375433372
Binary10110000111011011110110100001111101111110110001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0767B; }

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

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

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

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

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

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

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

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