#BE676A

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

Shades of Turkish Rose #BE676A

Tints of Turkish Rose #BE676A

Color information

#BE676A (or 0xBE676A) is unknown color: approx Turkish Rose. HEX triplet: BE, 67 and 6A. RGB value is (190,103,106). Sum of RGB (Red+Green+Blue) = 190+103+106=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE676A is #419895. Grayscale: #818181. Windows color (decimal): -4298902 or 6973374. OLE color: 6973374.

HSL color Cylindrical-coordinate representation of color #BE676A: hue angle of 357.93º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE676A is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB190103106-
CMYK00.460.440.25
HSL357.93º40.09%57.45%-
HSV(B)357.93º45.79%74.51%-
XYZ28.6921.6916.31-
YUV129.35114.82171.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=47.62%
G=25.81%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010310600.460.440.25357.9340.0957.45
HexBE676A02E2C191662839
Octal27614715205654315465071
Binary1011111011001111101010010111010110011001101100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE676A; }

 p { color: rgb(190,103,106); }

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

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

 a { background-color: rgb(190,103,106); }

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

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

 span { border-color: rgb(190,103,106); }

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