#B2767B

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

Shades of Turkish Rose #B2767B

Tints of Turkish Rose #B2767B

Color information

#B2767B (or 0xB2767B) is unknown color: approx Turkish Rose. HEX triplet: B2, 76 and 7B. RGB value is (178,118,123). Sum of RGB (Red+Green+Blue) = 178+118+123=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2767B is #4D8984. Grayscale: #888888. Windows color (decimal): -5081477 or 8091314. OLE color: 8091314.

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

Color convert

RGB178118123-
CMYK00.340.310.30
HSL355º28.04%58.04%-
HSV(B)355º33.71%69.8%-
XYZ28.4123.8521.85-
YUV136.51120.38157.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=42.48%
G=28.16%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811812300.340.310.3035528.0458.04
HexB2767B0221F1E1631c3a
Octal26216617304237365433472
Binary10110010111011011110110100010111111111010110001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2767B; }

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

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

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

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

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

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

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

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