#B66769

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

Shades of Turkish Rose #B66769

Tints of Turkish Rose #B66769

Color information

#B66769 (or 0xB66769) is unknown color: approx Turkish Rose. HEX triplet: B6, 67 and 69. RGB value is (182,103,105). Sum of RGB (Red+Green+Blue) = 182+103+105=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B66769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66769 is #499896. Grayscale: #7E7E7E. Windows color (decimal): -4823191 or 6907830. OLE color: 6907830.

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

Color convert

RGB182103105-
CMYK00.430.420.29
HSL358.48º35.11%55.88%-
HSV(B)358.48º43.41%71.37%-
XYZ26.6920.6715.95-
YUV126.85115.67167.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=46.67%
G=26.41%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210310500.430.420.29358.4835.1155.88
HexB6676902B2A1D1662338
Octal26614715105352355464370
Binary1011011011001111101001010101110101011101101100110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66769; }

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

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

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

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

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

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

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

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