#B77075

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

Shades of Turkish Rose #B77075

Tints of Turkish Rose #B77075

Color information

#B77075 (or 0xB77075) is unknown color: approx Turkish Rose. HEX triplet: B7, 70 and 75. RGB value is (183,112,117). Sum of RGB (Red+Green+Blue) = 183+112+117=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B77075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77075 is #488F8A. Grayscale: #858585. Windows color (decimal): -4755339 or 7696567. OLE color: 7696567.

HSL color Cylindrical-coordinate representation of color #B77075: hue angle of 355.77º 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 #B77075 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB183112117-
CMYK00.390.360.28
HSL355.77º33.02%57.84%-
HSV(B)355.77º38.8%71.76%-
XYZ28.5322.9419.75-
YUV133.8118.52163.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=44.42%
G=27.18%
B=28.40%

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
Decimal18311211700.390.360.28355.7733.0257.84
HexB77075027241C164213a
Octal26716016504744345444172
Binary1011011111100001110101010011110010011100101100100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77075; }

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

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

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

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

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

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

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

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