#B8777A

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

Shades of Turkish Rose #B8777A

Tints of Turkish Rose #B8777A

Color information

#B8777A (or 0xB8777A) is unknown color: approx Turkish Rose. HEX triplet: B8, 77 and 7A. RGB value is (184,119,122). Sum of RGB (Red+Green+Blue) = 184+119+122=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8777A is #478885. Grayscale: #8A8A8A. Windows color (decimal): -4688006 or 8026040. OLE color: 8026040.

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

Color convert

RGB184119122-
CMYK00.350.340.28
HSL357.23º31.4%59.41%-
HSV(B)357.23º35.33%72.16%-
XYZ29.8824.7921.62-
YUV138.78118.53160.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=43.29%
G=28%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411912200.350.340.28357.2331.459.41
HexB8777A023221C1651f3b
Octal27016717204342345453773
Binary101110001110111111101001000111000101110010110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8777A; }

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

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

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

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

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

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

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

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