#B27B7E

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

Shades of Turkish Rose #B27B7E

Tints of Turkish Rose #B27B7E

Color information

#B27B7E (or 0xB27B7E) is unknown color: approx Turkish Rose. HEX triplet: B2, 7B and 7E. RGB value is (178,123,126). Sum of RGB (Red+Green+Blue) = 178+123+126=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B7E is #4D8481. Grayscale: #8B8B8B. Windows color (decimal): -5080194 or 8289202. OLE color: 8289202.

HSL color Cylindrical-coordinate representation of color #B27B7E: hue angle of 356.73º degrees, saturation: 0.26, 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 #B27B7E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178123126-
CMYK00.310.290.30
HSL356.73º26.32%59.02%-
HSV(B)356.73º30.9%69.8%-
XYZ29.2125.1423.05-
YUV139.79120.22155.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=41.69%
G=28.81%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812312600.310.290.30356.7326.3259.02
HexB27B7E01F1D1E1651a3b
Octal26217317603735365453273
Binary1011001011110111111110011111111011111010110010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B7E; }

 p { color: rgb(178,123,126); }

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

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

 a { background-color: rgb(178,123,126); }

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

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

 span { border-color: rgb(178,123,126); }

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