#B77379

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

Shades of Turkish Rose #B77379

Tints of Turkish Rose #B77379

Color information

#B77379 (or 0xB77379) is unknown color: approx Turkish Rose. HEX triplet: B7, 73 and 79. RGB value is (183,115,121). Sum of RGB (Red+Green+Blue) = 183+115+121=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B77379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77379 is #488C86. Grayscale: #888888. Windows color (decimal): -4754567 or 7959479. OLE color: 7959479.

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

Color convert

RGB183115121-
CMYK00.370.340.28
HSL354.71º32.08%58.43%-
HSV(B)354.71º37.16%71.76%-
XYZ29.1123.7121.13-
YUV136.02119.53161.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=43.68%
G=27.45%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311512100.370.340.28354.7132.0858.43
HexB77379025221C163203a
Octal26716317104542345434072
Binary1011011111100111111001010010110001011100101100011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77379; }

 p { color: rgb(183,115,121); }

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

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

 a { background-color: rgb(183,115,121); }

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

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

 span { border-color: rgb(183,115,121); }

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