#B67E7F

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

Shades of Turkish Rose #B67E7F

Tints of Turkish Rose #B67E7F

Color information

#B67E7F (or 0xB67E7F) is unknown color: approx Turkish Rose. HEX triplet: B6, 7E and 7F. RGB value is (182,126,127). Sum of RGB (Red+Green+Blue) = 182+126+127=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E7F is #498180. Grayscale: #8E8E8E. Windows color (decimal): -4817281 or 8355510. OLE color: 8355510.

HSL color Cylindrical-coordinate representation of color #B67E7F: hue angle of 358.93º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67E7F is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182126127-
CMYK00.310.300.29
HSL358.93º27.72%60.39%-
HSV(B)358.93º30.77%71.37%-
XYZ30.5826.423.56-
YUV142.86119.05155.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 127 (50% from 255) = 29.20%
R=41.84%
G=28.97%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212612700.310.300.29358.9327.7260.39
HexB67E7F01F1E1D1671c3c
Octal26617617703736355473474
Binary1011011011111101111111011111111101110110110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E7F; }

 p { color: rgb(182,126,127); }

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

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

 a { background-color: rgb(182,126,127); }

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

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

 span { border-color: rgb(182,126,127); }

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