#B66667

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

Shades of Turkish Rose #B66667

Tints of Turkish Rose #B66667

Color information

#B66667 (or 0xB66667) is unknown color: approx Turkish Rose. HEX triplet: B6, 66 and 67. RGB value is (182,102,103). Sum of RGB (Red+Green+Blue) = 182+102+103=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B66667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66667 is #499998. Grayscale: #7E7E7E. Windows color (decimal): -4823449 or 6776502. OLE color: 6776502.

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

Color convert

RGB182102103-
CMYK00.440.430.29
HSL359.25º35.4%55.69%-
HSV(B)359.25º43.96%71.37%-
XYZ26.4920.4315.38-
YUV126.03115167.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=47.03%
G=26.36%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210210300.440.430.29359.2535.455.69
HexB6666702C2B1D1672338
Octal26614614705453355474370
Binary1011011011001101100111010110010101111101101100111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66667; }

 p { color: rgb(182,102,103); }

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

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

 a { background-color: rgb(182,102,103); }

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

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

 span { border-color: rgb(182,102,103); }

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