#B6767B

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

Shades of Turkish Rose #B6767B

Tints of Turkish Rose #B6767B

Color information

#B6767B (or 0xB6767B) is unknown color: approx Turkish Rose. HEX triplet: B6, 76 and 7B. RGB value is (182,118,123). Sum of RGB (Red+Green+Blue) = 182+118+123=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6767B is #498984. Grayscale: #898989. Windows color (decimal): -4819333 or 8091318. OLE color: 8091318.

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

Color convert

RGB182118123-
CMYK00.350.320.29
HSL355.31º30.48%58.82%-
HSV(B)355.31º35.16%71.37%-
XYZ29.3424.3321.89-
YUV137.71119.7159.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=43.03%
G=27.90%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211812300.350.320.29355.3130.4858.82
HexB6767B023201D1631e3b
Octal26616617304340355433673
Binary101101101110110111101101000111000001110110110001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6767B; }

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

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

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

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

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

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

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

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