#B77479

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

Shades of Turkish Rose #B77479

Tints of Turkish Rose #B77479

Color information

#B77479 (or 0xB77479) is unknown color: approx Turkish Rose. HEX triplet: B7, 74 and 79. RGB value is (183,116,121). Sum of RGB (Red+Green+Blue) = 183+116+121=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B77479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77479 is #488B86. Grayscale: #888888. Windows color (decimal): -4754311 or 7959735. OLE color: 7959735.

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

Color convert

RGB183116121-
CMYK00.370.340.28
HSL355.52º31.75%58.63%-
HSV(B)355.52º36.61%71.76%-
XYZ29.2323.9421.17-
YUV136.6119.2161.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=43.57%
G=27.62%
B=28.81%

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
Decimal18311612100.370.340.28355.5231.7558.63
HexB77479025221C164203b
Octal26716417104542345444073
Binary1011011111101001111001010010110001011100101100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77479; }

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

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

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

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

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

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

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

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