#B27A7C

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

Shades of Turkish Rose #B27A7C

Tints of Turkish Rose #B27A7C

Color information

#B27A7C (or 0xB27A7C) is unknown color: approx Turkish Rose. HEX triplet: B2, 7A and 7C. RGB value is (178,122,124). Sum of RGB (Red+Green+Blue) = 178+122+124=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A7C is #4D8583. Grayscale: #8B8B8B. Windows color (decimal): -5080452 or 8157874. OLE color: 8157874.

HSL color Cylindrical-coordinate representation of color #B27A7C: hue angle of 357.86º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27A7C is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB178122124-
CMYK00.310.300.30
HSL357.86º26.67%58.82%-
HSV(B)357.86º31.46%69.8%-
XYZ28.9624.8422.34-
YUV138.97119.55155.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=41.98%
G=28.77%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812212400.310.300.30357.8626.6758.82
HexB27A7C01F1E1E1661b3b
Octal26217217403736365463373
Binary1011001011110101111100011111111101111010110011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A7C; }

 p { color: rgb(178,122,124); }

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

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

 a { background-color: rgb(178,122,124); }

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

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

 span { border-color: rgb(178,122,124); }

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