#B77076

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

Shades of Turkish Rose #B77076

Tints of Turkish Rose #B77076

Color information

#B77076 (or 0xB77076) is unknown color: approx Turkish Rose. HEX triplet: B7, 70 and 76. RGB value is (183,112,118). Sum of RGB (Red+Green+Blue) = 183+112+118=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B77076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77076 is #488F89. Grayscale: #858585. Windows color (decimal): -4755338 or 7762103. OLE color: 7762103.

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

Color convert

RGB183112118-
CMYK00.390.360.28
HSL354.93º33.02%57.84%-
HSV(B)354.93º38.8%71.76%-
XYZ28.5922.9620.06-
YUV133.91119.02163.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=44.31%
G=27.12%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311211800.390.360.28354.9333.0257.84
HexB77076027241C163213a
Octal26716016604744345434172
Binary1011011111100001110110010011110010011100101100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77076; }

 p { color: rgb(183,112,118); }

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

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

 a { background-color: rgb(183,112,118); }

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

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

 span { border-color: rgb(183,112,118); }

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