#b8777b

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

Shades of Turkish Rose #B8777B

Tints of Turkish Rose #B8777B

Color information

#B8777B (or 0xB8777B) is unknown color: approx Turkish Rose. HEX triplet: B8, 77 and 7B. RGB value is (184,119,123). Sum of RGB (Red+Green+Blue) = 184+119+123=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8777B is #478884. Grayscale: #8A8A8A. Windows color (decimal): -4688005 or 8091576. OLE color: 8091576.

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

Color convert

RGB184119123-
CMYK00.350.330.28
HSL356.31º31.4%59.41%-
HSV(B)356.31º35.33%72.16%-
XYZ29.9424.8121.95-
YUV138.89119.03160.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=43.19%
G=27.93%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411912300.350.330.28356.3131.459.41
HexB8777B023211C1641f3b
Octal27016717304341345443773
Binary101110001110111111101101000111000011110010110010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8777b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8777b; }

 p { color: rgb(184,119,123); }

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

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

 a { background-color: rgb(184,119,123); }

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

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

 span { border-color: rgb(184,119,123); }

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