#B8757A

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

Shades of Turkish Rose #B8757A

Tints of Turkish Rose #B8757A

Color information

#B8757A (or 0xB8757A) is unknown color: approx Turkish Rose. HEX triplet: B8, 75 and 7A. RGB value is (184,117,122). Sum of RGB (Red+Green+Blue) = 184+117+122=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8757A is #478A85. Grayscale: #898989. Windows color (decimal): -4688518 or 8025528. OLE color: 8025528.

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

Color convert

RGB184117122-
CMYK00.360.340.28
HSL355.52º32.06%59.02%-
HSV(B)355.52º36.41%72.16%-
XYZ29.6424.3221.54-
YUV137.6119.2161.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=43.50%
G=27.66%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411712200.360.340.28355.5232.0659.02
HexB8757A024221C164203b
Octal27016517204442345444073
Binary1011100011101011111010010010010001011100101100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8757A; }

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

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

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

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

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

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

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

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