Html Css Color HEX #BE686E Turkish Rose

📋 copy color: '#BE686E'

red 190 ◦ green 104 ◦ blue 110

#BE686E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #BE686E

Tints of Turkish Rose #BE686E

RGB

 RED value IS 190 (74.61% from 255) = 47.03%

 GREEN value IS 104 (41.02% from 255) = 25.74%

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 47.03%
G = 25.74%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE686E (or 0xBE686E) is known color: Turkish Rose. HEX triplet: BE, 68 and 6E. RGB value is (190,104,110). Sum of RGB (Red+Green+Blue) = 190+104+110=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE686E is #419791. Grayscale: #828282. Windows color (decimal): -4298642 or 7235774. OLE color: 7235774.

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

Color convert

RGB 190 104 110 -
CMYK 0 0.45 0.42 0.25
HSL 355.81º 0.4% 0.58% -
HSV(B) 355.81º 0.45% 0.75% -
XYZ 29 21.97 17.46 -
YUV 130.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 190 104 110 0 0.45 0.42 0.25 355.81 0.4 0.58
Hex BE 68 6E 0 2D 2A 19 164 28 3A
Octal 276 150 156 0 55 52 31 544 50 72
Binary 10111110 1101000 1101110 0 101101 101010 11001 101100100 101000 111010

Color Harmonies of #BE686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE686E

Black with #BE686E

Text Example


Text Example

White with #BE686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE686E; }

 p { color: rgb(190,104,110); }

 H1.HeaderClassName
 {
   color: #BE686E;
 }
 .AnyTagClassName
 {
   color: #BE686E;
 }
</style>

background-color css

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

 a { background-color: rgb(190,104,110); }

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

border-color css

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

 span { border-color: rgb(190,104,110); }

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