#B77278

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

Shades of Turkish Rose #B77278

Tints of Turkish Rose #B77278

Color information

#B77278 (or 0xB77278) is unknown color: approx Turkish Rose. HEX triplet: B7, 72 and 78. RGB value is (183,114,120). Sum of RGB (Red+Green+Blue) = 183+114+120=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77278 is #488D87. Grayscale: #878787. Windows color (decimal): -4754824 or 7893687. OLE color: 7893687.

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

Color convert

RGB183114120-
CMYK00.380.340.28
HSL354.78º32.39%58.24%-
HSV(B)354.78º37.7%71.76%-
XYZ28.9423.4620.77-
YUV135.32119.36162.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=43.88%
G=27.34%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311412000.380.340.28354.7832.3958.24
HexB77278026221C163203a
Octal26716217004642345434072
Binary1011011111100101111000010011010001011100101100011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77278; }

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

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

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

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

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

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

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

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