#B77577

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

Shades of Turkish Rose #B77577

Tints of Turkish Rose #B77577

Color information

#B77577 (or 0xB77577) is unknown color: approx Turkish Rose. HEX triplet: B7, 75 and 77. RGB value is (183,117,119). Sum of RGB (Red+Green+Blue) = 183+117+119=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B77577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77577 is #488A88. Grayscale: #898989. Windows color (decimal): -4754057 or 7828919. OLE color: 7828919.

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

Color convert

RGB183117119-
CMYK00.360.350.28
HSL358.18º31.43%58.82%-
HSV(B)358.18º36.07%71.76%-
XYZ29.2224.1220.57-
YUV136.96117.87160.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=43.68%
G=27.92%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311711900.360.350.28358.1831.4358.82
HexB77577024231C1661f3b
Octal26716516704443345463773
Binary101101111110101111011101001001000111110010110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77577; }

 p { color: rgb(183,117,119); }

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

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

 a { background-color: rgb(183,117,119); }

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

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

 span { border-color: rgb(183,117,119); }

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