#B77071

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

Shades of Turkish Rose #B77071

Tints of Turkish Rose #B77071

Color information

#B77071 (or 0xB77071) is unknown color: approx Turkish Rose. HEX triplet: B7, 70 and 71. RGB value is (183,112,113). Sum of RGB (Red+Green+Blue) = 183+112+113=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B77071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77071 is #488F8E. Grayscale: #858585. Windows color (decimal): -4755343 or 7434423. OLE color: 7434423.

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

Color convert

RGB183112113-
CMYK00.390.380.28
HSL359.15º33.02%57.84%-
HSV(B)359.15º38.8%71.76%-
XYZ28.322.8518.54-
YUV133.34116.52163.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=44.85%
G=27.45%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311211300.390.380.28359.1533.0257.84
HexB77071027261C167213a
Octal26716016104746345474172
Binary1011011111100001110001010011110011011100101100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77071; }

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

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

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

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

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

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

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

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