#B77277

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

Shades of Turkish Rose #B77277

Tints of Turkish Rose #B77277

Color information

#B77277 (or 0xB77277) is unknown color: approx Turkish Rose. HEX triplet: B7, 72 and 77. RGB value is (183,114,119). Sum of RGB (Red+Green+Blue) = 183+114+119=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B77277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77277 is #488D88. Grayscale: #878787. Windows color (decimal): -4754825 or 7828151. OLE color: 7828151.

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

Color convert

RGB183114119-
CMYK00.380.350.28
HSL355.65º32.39%58.24%-
HSV(B)355.65º37.7%71.76%-
XYZ28.8823.4320.45-
YUV135.2118.86162.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=43.99%
G=27.40%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311411900.380.350.28355.6532.3958.24
HexB77277026231C164203a
Octal26716216704643345444072
Binary1011011111100101110111010011010001111100101100100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77277; }

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

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

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

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

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

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

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

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